diff options
Diffstat (limited to 'testing/web-platform/meta/compat/idlharness.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/compat/idlharness.window.js.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/compat/idlharness.window.js.ini b/testing/web-platform/meta/compat/idlharness.window.js.ini new file mode 100644 index 0000000000..de015ab784 --- /dev/null +++ b/testing/web-platform/meta/compat/idlharness.window.js.ini @@ -0,0 +1,27 @@ +[idlharness.window.html] + [HTMLBodyElement interface: document.body must inherit property "onorientationchange" with the proper type] + expected: FAIL + + [Window interface: attribute orientation] + expected: + if os == "android": PASS + FAIL + + [Window interface: window must inherit property "orientation" with the proper type] + expected: + if os == "android": PASS + FAIL + + [HTMLBodyElement interface: attribute onorientationchange] + expected: FAIL + + [Window interface: window must inherit property "onorientationchange" with the proper type] + expected: + if os == "android": PASS + FAIL + + [Window interface: attribute onorientationchange] + expected: + if os == "android": PASS + FAIL + |