1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 08:40:59 +00:00
serenity/Tests/LibWeb/Layout/expected/svg
martinfalisse 70919dbed7 LibWeb: Fix parsing bug for SVG attributes
This doesn't seem to actually have fixed any bugs, as having
FillOpacity instead of StrokeOpacity in the call to parse_css_value
doesn't seem to have actually been causing bugs. But, I still think it's
worthwhile correcting.

The reason that it wasn't causing bugs is that having FillOpacity
instead of StrokeOpacity in the call to parse_css_value means that when
parsing the value is compared to the acceptable values for that property
(for example the value can only be a percentage, or a number, etc.). In
this case both FillOpacity and StrokeOpacity seem to accept the same
values.
2023-08-17 17:48:34 +02:00
..
dont-stretch-fit-svg-with-indefinite-containing-block-width.txt LibWeb: Implement rounding for PixelUnits 2023-08-05 20:03:09 +02:00
mask-element-should-not-participate-in-layout.txt LibWeb: Stub out SVGMaskElement 2023-08-10 11:36:17 +02:00
svg-as-image-implicit-viewbox.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-as-image-invalid.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-as-image.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-different-types-of-opacity.txt LibWeb: Fix parsing bug for SVG attributes 2023-08-17 17:48:34 +02:00
svg-fill-with-bogus-url.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-g-with-opacity.txt LibWeb: Size SVG G container according to children 2023-08-17 17:48:34 +02:00
svg-inside-svg.txt LibWeb: Size SVG G container according to children 2023-08-17 17:48:34 +02:00
svg-intrinsic-size-in-one-dimension.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-negative-elliptical-arg-number.txt AK+LibWeb: Round to int in clamp_to_int instead of truncating 2023-08-05 20:03:09 +02:00
svg-path-with-implicit-lineto.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-symbol-with-viewbox.txt AK+LibWeb: Round to int in clamp_to_int instead of truncating 2023-08-05 20:03:09 +02:00
svg-with-css-variable-in-presentation-hint.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-with-display-block.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00
svg-with-zero-intrinsic-size-and-no-viewbox.txt LibWeb: Implement rounding for PixelUnits 2023-08-05 20:03:09 +02:00
text-fill-none.txt LibWeb+headless-browser: Include paint tree in layout test output 2023-08-03 13:21:26 +02:00