Index: LayoutTests/navigatorcontentutils/is-protocol-handler-registered-expected.txt |
diff --git a/LayoutTests/navigatorcontentutils/is-protocol-handler-registered-expected.txt b/LayoutTests/navigatorcontentutils/is-protocol-handler-registered-expected.txt |
deleted file mode 100644 |
index 9e268b6115bdc6c0f8ef9b2100bdf64c061b79e8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/navigatorcontentutils/is-protocol-handler-registered-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-This test makes sure that navigator.isProtocolHandlerRegistered throws the proper exceptions and returns the default state of handler. |
- |
-PASS window.navigator.isProtocolHandlerRegistered is defined. |
-PASS Invalid url "%S" threw SyntaxError exception. |
-PASS Invalid scheme "mailto:" falied. |
-PASS Invalid scheme "ssh:/" falied. |
-PASS Invalid scheme "magnet:+" falied. |
-PASS Invalid scheme "tel:sip" falied. |
- |
-Check if isProtocolHandlerRegistered() works correctly. If isProtocolHandlerRegistered() returns 'new' state, it works well. |
-'bitcoin' scheme will be registered, and then checks if the 'bitcoin' scheme is registered by isProtocolHandlerRegistered(). |
- |
-PASS window.navigator.isProtocolHandlerRegistered returns 'registered' state. isProtocolHandlerRegistered() works correctly. |
- |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |