1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 21:00:59 +00:00
serenity/Tests/LibWeb/Layout/expected/svg
Andreas Kling caa491b72a LibWeb: Measure the overflow for all scroll containers
Instead of just measuring the layout viewport, we now measure overflow
in every box that is a scroll container.

This has the side effect of no longer creating paintables for layout
boxes that didn't participate in layout. (For example, empty/anonymous
boxes that were ignored by flex itemization.)

Such boxes are now marked as "(not painted)" in the layout tree dumps,
as they have no paintable to dump geometry from.
2023-06-01 13:33:35 +02:00
..
svg-as-image.txt LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumps 2023-05-21 07:44:29 +02:00
svg-fill-with-bogus-url.txt LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00
svg-inside-svg.txt LibWeb: Measure the overflow for all scroll containers 2023-06-01 13:33:35 +02:00
svg-intrinsic-size-in-one-dimension.txt LibWeb: Support <svg> elements with display: block 2023-05-20 08:49:42 +02:00
svg-negative-elliptical-arg-number.txt LibWeb: Consume sign in SVG::parse_elliptical_arg_argument 2023-05-26 14:54:00 +02:00
svg-path-with-implicit-lineto.txt LibWeb: Show formatting context roots in layout tree dumps 2023-05-03 13:14:36 +02:00
svg-with-css-variable-in-presentation-hint.txt LibWeb: Resolve CSS variables if present in SVG presentation attributes 2023-05-24 06:43:21 +02:00
svg-with-display-block.txt LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00