Skip to content

Commit

Permalink
Mark some ResizeObserver tests as flaky (#32546)
Browse files Browse the repository at this point in the history
ResizeObserver isn't completed.
  • Loading branch information
mrobinson committed Jun 18, 2024
1 parent eaf9055 commit 6f64a5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/wpt/meta/resize-observer/iframe-same-origin.html.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[iframe-same-origin.html]
expected: [PASS, FAIL]
9 changes: 9 additions & 0 deletions tests/wpt/meta/resize-observer/observe.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
expected: TIMEOUT
[guard]
expected: NOTRUN

[test8: simple content-box observation]
expected: [PASS, FAIL]

[test9: simple content-box observation but keep border-box size unchanged]
expected: [PASS, FAIL]

[test10: simple border-box observation]
expected: [PASS, FAIL]

0 comments on commit 6f64a5a

Please sign in to comment.