Bug 1513891 - Extra metadata updates, a=testonly

This commit is contained in:
James Graham 2018-12-14 21:50:39 +00:00
Родитель 1eae5d3939
Коммит 1bd05f5530
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -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<74>" 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