diff options
Diffstat (limited to 'testing/web-platform/meta/pointerlock/idlharness.html.ini')
-rw-r--r-- | testing/web-platform/meta/pointerlock/idlharness.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/pointerlock/idlharness.html.ini b/testing/web-platform/meta/pointerlock/idlharness.html.ini new file mode 100644 index 000000000..9aa7ed5b9 --- /dev/null +++ b/testing/web-platform/meta/pointerlock/idlharness.html.ini @@ -0,0 +1,20 @@ +[idlharness.html] + type: testharness + [Element must be primary interface of window.document.documentElement] + expected: FAIL + + [Stringification of window.document.documentElement] + expected: FAIL + + [Document must be primary interface of window.document] + expected: FAIL + + [Stringification of window.document] + expected: FAIL + + [Document interface: window.document must inherit property "onpointerlockchange" with the proper type (0)] + expected: FAIL + + [Document interface: window.document must inherit property "onpointerlockerror" with the proper type (1)] + expected: FAIL + |