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

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

Issue 22859043: Add a CustomSchemeHandler runtime flag to remove ENABLE(CUSTOM_SCHEME_HANDLER) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 Pass: window.navigator.unregisterProtocolHandler is defined.
4 Fail: Invalid protocol "http" allowed. 4 Pass: Invalid protocol "http" threw SecurityError exception.
5 Fail: Invalid protocol "https" allowed. 5 Pass: Invalid protocol "https" threw SecurityError exception.
6 Fail: Invalid protocol "file" allowed. 6 Pass: Invalid protocol "file" threw SecurityError exception.
7 Fail: Invalid protocol "web+" allowed. 7 Pass: Invalid protocol "web+" threw SecurityError exception.
8 Fail: Valid protocol "bitcoin" failed. 8 Pass: Valid protocol "bitcoin" allowed.
9 Fail: Valid protocol "geo" failed. 9 Pass: Valid protocol "geo" allowed.
10 Fail: Valid protocol "im" failed. 10 Pass: Valid protocol "im" allowed.
11 Fail: Valid protocol "irc" failed. 11 Pass: Valid protocol "irc" allowed.
12 Fail: Valid protocol "ircs" failed. 12 Pass: Valid protocol "ircs" allowed.
13 Fail: Valid protocol "magnet" failed. 13 Pass: Valid protocol "magnet" allowed.
14 Fail: Valid protocol "mailto" failed. 14 Pass: Valid protocol "mailto" allowed.
15 Fail: Valid protocol "mms" failed. 15 Pass: Valid protocol "mms" allowed.
16 Fail: Valid protocol "news" failed. 16 Pass: Valid protocol "news" allowed.
17 Fail: Valid protocol "nntp" failed. 17 Pass: Valid protocol "nntp" allowed.
18 Fail: Valid protocol "sip" failed. 18 Pass: Valid protocol "sip" allowed.
19 Fail: Valid protocol "sms" failed. 19 Pass: Valid protocol "sms" allowed.
20 Fail: Valid protocol "smsto" failed. 20 Pass: Valid protocol "smsto" allowed.
21 Fail: Valid protocol "ssh" failed. 21 Pass: Valid protocol "ssh" allowed.
22 Fail: Valid protocol "tel" failed. 22 Pass: Valid protocol "tel" allowed.
23 Fail: Valid protocol "urn" failed. 23 Pass: Valid protocol "urn" allowed.
24 Fail: Valid protocol "webcal" failed. 24 Pass: Valid protocol "webcal" allowed.
25 Fail: Valid protocol "wtai" failed. 25 Pass: Valid protocol "wtai" allowed.
26 Fail: Valid protocol "xmpp" failed. 26 Pass: Valid protocol "xmpp" allowed.
27 Fail: Invalid url "" allowed. 27 Fail: Invalid url "" allowed.
28 Fail: Invalid url "%S" allowed. 28 Fail: Invalid url "%S" allowed.
29 Fail: Invalid call did not succeed. 29 Pass: Valid call succeeded.
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698