Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / navigatorcontentutils / is-protocol-handler-registered-expected.txt
1 This test makes sure that navigator.isProtocolHandlerRegistered throws the proper exceptions and returns the default state of handler.
2
3 PASS window.navigator.isProtocolHandlerRegistered is defined.
4 PASS Invalid url "%S" threw SyntaxError exception.
5 PASS window.navigator.isProtocolHandlerRegistered returns "new" state
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9