1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Tests/LibWeb/Ref
Andreas Kling 0103940cee LibWeb: Resolve viewport-relative <img sizes> values
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.
2023-08-21 13:56:18 +02:00
..
images Tests/LibWeb: Add ref test for SVG gradients with various spreadMethods 2023-08-20 20:04:10 +02:00
css-gradient-currentcolor-ref.html LibWeb: Allow any valid <color> in CSS gradients 2023-08-16 14:51:12 +02:00
css-gradient-currentcolor.html LibWeb: Allow any valid <color> in CSS gradients 2023-08-16 14:51:12 +02:00
css-gradients-ref.html Tests/LibWeb: Add ref test for CSS gradients 2023-08-18 05:26:04 +02:00
css-gradients.html Tests/LibWeb: Add ref test for CSS gradients 2023-08-18 05:26:04 +02:00
css-lang-selector-ref.html LibWeb: Support multiple values in :lang() selector 2023-08-16 18:05:26 +02:00
css-lang-selector.html LibWeb: Support multiple values in :lang() selector 2023-08-16 18:05:26 +02:00
img-srcset-viewport-relative-sizes-ref.html LibWeb: Resolve viewport-relative <img sizes> values 2023-08-21 13:56:18 +02:00
img-srcset-viewport-relative-sizes.html LibWeb: Resolve viewport-relative <img sizes> values 2023-08-21 13:56:18 +02:00
manifest.json LibWeb: Resolve viewport-relative <img sizes> values 2023-08-21 13:56:18 +02:00
opacity-stacking-ref.html Tests/LibWeb: Add opacity-stacking.html test to manifest.json 2023-08-14 23:52:53 +02:00
opacity-stacking.html Tests/LibWeb: Add opacity-stacking.html test to manifest.json 2023-08-14 23:52:53 +02:00
separate-borders-inline-table.html LibWeb: Paint separate borders for inline tables 2023-08-14 15:12:19 +02:00
separate-borders-ref.html LibWeb: Paint separate borders for inline tables 2023-08-14 15:12:19 +02:00
square-flex.html headless-browser: Add ref tests support 2023-08-14 07:28:22 +02:00
square-ref.html headless-browser: Add ref tests support 2023-08-14 07:28:22 +02:00
svg-gradient-spreadMethod-ref.html Tests/LibWeb: Add ref test for SVG gradients with various spreadMethods 2023-08-20 20:04:10 +02:00
svg-gradient-spreadMethod.html Tests/LibWeb: Add ref test for SVG gradients with various spreadMethods 2023-08-20 20:04:10 +02:00
svg-symbol-ref.html LibWeb: Add Base::apply_presentational_hints call to <symbol> element 2023-08-20 05:03:27 +02:00
svg-symbol.html LibWeb: Add Base::apply_presentational_hints call to <symbol> element 2023-08-20 05:03:27 +02:00