diff options
Diffstat (limited to 'testing/web-platform/meta/resize-observer/idlharness.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/resize-observer/idlharness.window.js.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/meta/resize-observer/idlharness.window.js.ini b/testing/web-platform/meta/resize-observer/idlharness.window.js.ini new file mode 100644 index 0000000000..3141f90957 --- /dev/null +++ b/testing/web-platform/meta/resize-observer/idlharness.window.js.ini @@ -0,0 +1,22 @@ +[idlharness.window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [ResizeObserverEntry must be primary interface of entry] + expected: + if (os == "linux") and debug and not fission: [PASS, FAIL] + + [Stringification of entry] + expected: + if (os == "linux") and debug and not fission: [PASS, FAIL] + + [ResizeObserverEntry interface: entry must inherit property "target" with the proper type] + expected: + if (os == "linux") and debug and not fission: [PASS, FAIL] + + [ResizeObserverEntry creator] + expected: + if (os == "linux") and debug and not fission: [PASS, FAIL] + + [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type] + expected: + if (os == "linux") and debug and not fission: [PASS, FAIL] |