From 1bd05f5530e0c7f974521f018b12cb3e19a3d126 Mon Sep 17 00:00:00 2001 From: James Graham Date: Fri, 14 Dec 2018 21:50:39 +0000 Subject: [PATCH] Bug 1513891 - Extra metadata updates, a=testonly --- .../the-navigator-object/protocol.https.html.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html.ini index fac88f166eca..179eaf0c99ef 100644 --- a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html.ini +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/protocol.https.html.ini @@ -45,7 +45,7 @@ [unregisterProtocolHandler: Invalid URL "http://example.com" should throw SYNTAX_ERR.] expected: FAIL - [unregisterProtocolHandler: Invalid URL "http://\[v8.:::\]//url=%s" should throw SYNTAX_ERR.] + [unregisterProtocolHandler: Invalid URL "http://[v8.:::\]//url=%s" should throw SYNTAX_ERR.] expected: FAIL [unregisterProtocolHandler: Invalid URL "http://%s.com" should throw SECURITY_ERR.] @@ -159,7 +159,7 @@ [unregisterProtocolHandler: Attempting to override the "mailto�" protocol should throw SECURITY_ERR.] expected: FAIL - [unregisterProtocolHandler: Attempting to override the "mailtoo" protocol should throw SECURITY_ERR.] + [unregisterProtocolHandler: Attempting to override the "mailtoo\x08" protocol should throw SECURITY_ERR.] expected: FAIL [unregisterProtocolHandler: Attempting to override the "mailto\n" protocol should throw SECURITY_ERR.] @@ -267,3 +267,9 @@ [unregisterProtocolHandler: overriding the "web+myprotocol" protocol should work] expected: FAIL + [unregisterProtocolHandler: Attempting to override the "mаilto" protocol should throw SECURITY_ERR.] + expected: FAIL + + [unregisterProtocolHandler: Attempting to override the "mailto\x00" protocol should throw SECURITY_ERR.] + expected: FAIL +