mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 20:20:59 +00:00
We still don't know how to resolve font-relative lengths in <img sizes> since we don't always have font size information available at this stage in the pipeline, but we can at least handle viewport-relative lengths. This fixes an issue on many websites where low-resolution images were loaded (appropriate for a small viewport) even when the viewport is big.
11 lines
579 B
JSON
11 lines
579 B
JSON
{
|
|
"img-srcset-viewport-relative-sizes.html": "img-srcset-viewport-relative-sizes-ref.html",
|
|
"square-flex.html": "square-ref.html",
|
|
"separate-borders-inline-table.html": "separate-borders-ref.html",
|
|
"opacity-stacking.html": "opacity-stacking-ref.html",
|
|
"css-gradient-currentcolor.html": "css-gradient-currentcolor-ref.html",
|
|
"css-lang-selector.html": "css-lang-selector-ref.html",
|
|
"css-gradients.html": "css-gradients-ref.html",
|
|
"svg-symbol.html": "svg-symbol-ref.html",
|
|
"svg-gradient-spreadMethod.html": "svg-gradient-spreadMethod-ref.html"
|
|
}
|