From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../the-navigator-object/NavigatorID.worker.js.ini | 5 +++ .../the-navigator-object/content.html.ini | 23 ++++++++++++ .../the-navigator-object/content/001.xhtml.ini | 5 +++ .../the-navigator-object/content/002.xhtml.ini | 5 +++ .../the-navigator-object/content/003.xhtml.ini | 5 +++ .../the-navigator-object/content/004.xhtml.ini | 5 +++ .../the-navigator-object/content/005.xhtml.ini | 5 +++ .../the-navigator-object/content/006.xhtml.ini | 5 +++ .../the-navigator-object/protocol.html.ini | 41 ++++++++++++++++++++++ .../the-navigator-object/protocol/001.xhtml.ini | 5 +++ .../the-navigator-object/protocol/002.xhtml.ini | 5 +++ .../the-navigator-object/protocol/003.xhtml.ini | 5 +++ .../the-navigator-object/protocol/004.xhtml.ini | 5 +++ .../the-navigator-object/protocol/005.xhtml.ini | 5 +++ .../the-navigator-object/protocol/006.xhtml.ini | 5 +++ 15 files changed, 129 insertions(+) create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.worker.js.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/001.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/002.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/003.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/004.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/005.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/content/006.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/001.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/002.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/003.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/004.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/005.xhtml.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol/006.xhtml.ini (limited to 'testing/web-platform/meta/html/webappapis/system-state-and-capabilities') 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 + -- cgit v1.2.3