mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
implement basic infra for ResizeObserver (#31108)
This commit is contained in:
parent
3c1c395dfc
commit
3d78d60619
29 changed files with 706 additions and 4 deletions
34
tests/wpt/meta/resize-observer/svg.html.ini
Normal file
34
tests/wpt/meta/resize-observer/svg.html.ini
Normal file
|
@ -0,0 +1,34 @@
|
|||
[svg.html]
|
||||
expected: TIMEOUT
|
||||
[guard]
|
||||
expected: NOTRUN
|
||||
|
||||
[test0: observe svg:circle]
|
||||
expected: FAIL
|
||||
|
||||
[test1: observe svg:ellipse]
|
||||
expected: FAIL
|
||||
|
||||
[test2: observe svg:foreignObject]
|
||||
expected: FAIL
|
||||
|
||||
[test3: observe svg:image]
|
||||
expected: FAIL
|
||||
|
||||
[test4: observe svg:line]
|
||||
expected: FAIL
|
||||
|
||||
[test5: observe svg:path]
|
||||
expected: FAIL
|
||||
|
||||
[test6: observe svg:polygon]
|
||||
expected: FAIL
|
||||
|
||||
[test7: observe svg:polyline]
|
||||
expected: FAIL
|
||||
|
||||
[test8: observe svg:rect]
|
||||
expected: FAIL
|
||||
|
||||
[test9: observe svg:text]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue