diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis')
27 files changed, 195 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/idle-callbacks/__dir__.ini b/testing/web-platform/meta/html/webappapis/idle-callbacks/__dir__.ini new file mode 100644 index 000000000..7c3e87446 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/idle-callbacks/__dir__.ini @@ -0,0 +1 @@ +prefs: [dom.requestIdleCallback.enabled:true] diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini new file mode 100644 index 000000000..a4a067521 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini @@ -0,0 +1,5 @@ +[microtask_after_raf.html] + type: testharness + [Microtask execute immediately after script] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini new file mode 100644 index 000000000..8d2a0914a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini @@ -0,0 +1,5 @@ +[task_microtask_ordering.html] + type: testharness + [Level 1 bossfight (synthetic click)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini new file mode 100644 index 000000000..d0ea8e802 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini @@ -0,0 +1,5 @@ +[event-handler-processing-algorithm.html] + type: testharness + [beforeunload listener returning null cancels event] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini new file mode 100644 index 000000000..9aa28a2ed --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini @@ -0,0 +1,3 @@ +[inline-event-handler-ordering.html] + type: testharness + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini new file mode 100644 index 000000000..dbe221f03 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini @@ -0,0 +1,5 @@ +[invalid-uncompiled-raw-handler-compiled-late.html] + type: testharness + [Invalid uncompiled raw handlers should only be compiled when about to call them.] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini new file mode 100644 index 000000000..bf3a6c190 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini @@ -0,0 +1,8 @@ +[compile-error-cross-origin-setInterval.html] + type: testharness + [window.onerror - compile error in cross-origin setInterval] + expected: FAIL + + [window.onerror - compile error in cross-origin setInterval (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini new file mode 100644 index 000000000..f81f381d0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,8 @@ +[compile-error-cross-origin-setTimeout.html] + type: testharness + [window.onerror - compile error in cross-origin setTimeout] + expected: FAIL + + [window.onerror - compile error in cross-origin setTimeout (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini new file mode 100644 index 000000000..1925c6d9a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini @@ -0,0 +1,5 @@ +[compile-error-cross-origin.html] + type: testharness + [window.onerror - compile error in <script src=//www1...>] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini new file mode 100644 index 000000000..0bf31cb9e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini @@ -0,0 +1,8 @@ +[runtime-error-cross-origin-setInterval.html] + type: testharness + [window.onerror - runtime error in cross-origin setInterval] + expected: FAIL + + [window.onerror - runtime error in cross-origin setInterval (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini new file mode 100644 index 000000000..8b575d9b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,8 @@ +[runtime-error-cross-origin-setTimeout.html] + type: testharness + [window.onerror - runtime error in cross-origin setTimeout] + expected: FAIL + + [window.onerror - runtime error in cross-origin setTimeout (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini new file mode 100644 index 000000000..d9ce88ee5 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini @@ -0,0 +1,5 @@ +[runtime-error-cross-origin.html] + type: testharness + [window.onerror - runtime error in <script src=//www1...>] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.worker.js.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.worker.js.ini new file mode 100644 index 000000000..ea514567e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.worker.js.ini @@ -0,0 +1,5 @@ +[NavigatorID.worker] + type: testharness + [vendorSub] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content.html.ini new file mode 100644 index 000000000..2d2b29bf2 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content.html.ini @@ -0,0 +1,23 @@ +[content.html] + type: testharness + [%s instead of domain name should throw SYNTAX_ERR] + expected: FAIL + + [%s instead of subdomain name should throw syntax_err] + expected: FAIL + + [a url argument pointing to a different domain name, without %s should throw SYNTAX_ERR] + expected: FAIL + + [attempting to override the image/jpeg MIME type should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the text/html MIME type should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the text/javascript MIME type should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the text/plain MIME type should throw SECURITY_ERR] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/001.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/001.xhtml.ini new file mode 100644 index 000000000..3e0823f0c --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/001.xhtml.ini @@ -0,0 +1,5 @@ +[001.xhtml] + type: testharness + [isContentHandlerRegistered for new content type] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/002.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/002.xhtml.ini new file mode 100644 index 000000000..a84ad5040 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/002.xhtml.ini @@ -0,0 +1,5 @@ +[002.xhtml] + type: testharness + [isContentHandlerRegistered for content type that is not yet accepted] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/003.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/003.xhtml.ini new file mode 100644 index 000000000..723c18f52 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/003.xhtml.ini @@ -0,0 +1,5 @@ +[003.xhtml] + type: testharness + [Content type case insensitivity in isContentHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/004.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/004.xhtml.ini new file mode 100644 index 000000000..91905d892 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/004.xhtml.ini @@ -0,0 +1,5 @@ +[004.xhtml] + type: testharness + [Non-matching url in isContentHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/005.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/005.xhtml.ini new file mode 100644 index 000000000..99a8c7540 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/005.xhtml.ini @@ -0,0 +1,5 @@ +[005.xhtml] + type: testharness + [Invalid characters in content type in isContentHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/006.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/006.xhtml.ini new file mode 100644 index 000000000..a768ca307 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/006.xhtml.ini @@ -0,0 +1,5 @@ +[006.xhtml] + type: testharness + [Blacklisted content type and isContentHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html.ini new file mode 100644 index 000000000..962ba3434 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html.ini @@ -0,0 +1,41 @@ +[protocol.html] + type: testharness + [%s instead of domain name should throw SYNTAX_ERR] + expected: FAIL + + [%s instead of subdomain name should throw SYNTAX_ERR] + expected: FAIL + + [a url argument pointing to a different domain name, without %s should throw SYNTAX_ERR] + expected: FAIL + + [attempting to override the attachment protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the cid protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the livescript protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the mid protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the mocha protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the opera protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the operamail protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the res protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the shttp protocol should throw SECURITY_ERR] + expected: FAIL + + [attempting to override the tcl protocol should throw SECURITY_ERR] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/001.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/001.xhtml.ini new file mode 100644 index 000000000..bc745c6d1 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/001.xhtml.ini @@ -0,0 +1,5 @@ +[001.xhtml] + type: testharness + [isProtocolHandlerRegistered for new protocol] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/002.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/002.xhtml.ini new file mode 100644 index 000000000..1de86a1cb --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/002.xhtml.ini @@ -0,0 +1,5 @@ +[002.xhtml] + type: testharness + [isProtocolHandlerRegistered for protocol that is not yet accepted] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/003.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/003.xhtml.ini new file mode 100644 index 000000000..10d85e689 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/003.xhtml.ini @@ -0,0 +1,5 @@ +[003.xhtml] + type: testharness + [Protocol case insensitivity in isProtocolHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/004.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/004.xhtml.ini new file mode 100644 index 000000000..d0bc1c3b1 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/004.xhtml.ini @@ -0,0 +1,5 @@ +[004.xhtml] + type: testharness + [Non-matching url in isProtocolHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/005.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/005.xhtml.ini new file mode 100644 index 000000000..da3933852 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/005.xhtml.ini @@ -0,0 +1,5 @@ +[005.xhtml] + type: testharness + [Invalid characters in protocol scheme and isProtocolHandlerRegistered] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/006.xhtml.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/006.xhtml.ini new file mode 100644 index 000000000..1466324af --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/006.xhtml.ini @@ -0,0 +1,5 @@ +[006.xhtml] + type: testharness + [Scheme outside white list and isProtocolHandlerRegistered] + expected: FAIL + |