1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 08:34:59 +00:00
serenity/Tests/LibWeb/Text/expected/SVG
Andreas Kling b12541b286 LibWeb: Add SVGSVGElement.viewBox attribute
This attribute has some compatbility issues...
- The spec says it should be an SVGAnimatedRect which contains
  a DOMRect and a DOMReadOnlyRect.
- Blink gives you an SVGAnimatedRect with 2x SVGRect
- Gecko gives you an SVGAnimatedRect with 2x SVGRect? (nullable)

I ended up with something similar to Gecko, an SVGAnimatedRect
with 2x DOMRect? (nullable)

With this fixed, we can now load https://polar.sh/ :^)
2024-01-25 08:23:41 +01:00
..
svg-href-qualified-name.txt LibWeb: Properly append attributes to element when creating an Element 2023-11-05 11:16:16 +00:00
svg-href.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
svg-script-element.txt LibWeb: Add support for inline SVG element scripts 2023-11-05 11:16:16 +00:00
svg-viewBox-attribute.txt LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00