mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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/ :^)
27 lines
170 B
Plaintext
27 lines
170 B
Plaintext
[object SVGSVGElement]
|
|
[object SVGAnimatedRect]
|
|
null
|
|
null
|
|
[object DOMRect]
|
|
1
|
|
2
|
|
3
|
|
4
|
|
[object DOMRect]
|
|
1
|
|
2
|
|
3
|
|
4
|
|
[object DOMRect]
|
|
5
|
|
6
|
|
7
|
|
8
|
|
[object DOMRect]
|
|
5
|
|
6
|
|
7
|
|
8
|
|
null
|
|
null
|