Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Side by Side Diff: LayoutTests/fast/dom/unregister-protocol-handler-expected.txt

Issue 14531004: Add bitcoin: URI scheme to whitelist for registerProtocolHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test makes sure that navigator.unregisterProtocolHandler throws the proper exceptions and has no-op default implementation. 1 This test makes sure that navigator.unregisterProtocolHandler throws the proper exceptions and has no-op default implementation.
2 2
3 Fail: window.navigator.unregisterProtocolHandler is not defined. 3 Fail: window.navigator.unregisterProtocolHandler is not defined.
4 Fail: Invalid protocol "http" allowed. 4 Fail: Invalid protocol "http" allowed.
5 Fail: Invalid protocol "https" allowed. 5 Fail: Invalid protocol "https" allowed.
6 Fail: Invalid protocol "file" allowed. 6 Fail: Invalid protocol "file" allowed.
7 Fail: Valid protocol "bitcoin" failed.
7 Fail: Valid protocol "irc" failed. 8 Fail: Valid protocol "irc" failed.
8 Fail: Valid protocol "mailto" failed. 9 Fail: Valid protocol "mailto" failed.
9 Fail: Valid protocol "mms" failed. 10 Fail: Valid protocol "mms" failed.
10 Fail: Valid protocol "news" failed. 11 Fail: Valid protocol "news" failed.
11 Fail: Valid protocol "nntp" failed. 12 Fail: Valid protocol "nntp" failed.
12 Fail: Valid protocol "sms" failed. 13 Fail: Valid protocol "sms" failed.
13 Fail: Valid protocol "smsto" failed. 14 Fail: Valid protocol "smsto" failed.
14 Fail: Valid protocol "tel" failed. 15 Fail: Valid protocol "tel" failed.
15 Fail: Valid protocol "urn" failed. 16 Fail: Valid protocol "urn" failed.
16 Fail: Valid protocol "webcal" failed. 17 Fail: Valid protocol "webcal" failed.
17 Fail: Invalid url "" allowed. 18 Fail: Invalid url "" allowed.
18 Fail: Invalid url "%S" allowed. 19 Fail: Invalid url "%S" allowed.
19 Fail: Invalid call did not succeed. 20 Fail: Invalid call did not succeed.
20 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/unregister-protocol-handler.html ('k') | Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698