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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This test makes sure that navigator.registerProtocolHandler throws the proper ex ceptions and has no-op default implementation.
2
3 Fail: window.navigator.registerProtocolHandler is not defined.
4 Fail: Invalid protocol "http" allowed.
5 Fail: Invalid protocol "https" allowed.
6 Fail: Invalid protocol "file" allowed.
7 Fail: Valid protocol "irc" failed.
8 Fail: Valid protocol "mailto" failed.
9 Fail: Valid protocol "mms" failed.
10 Fail: Valid protocol "news" failed.
11 Fail: Valid protocol "nntp" failed.
12 Fail: Valid protocol "sms" failed.
13 Fail: Valid protocol "smsto" failed.
14 Fail: Valid protocol "tel" failed.
15 Fail: Valid protocol "urn" failed.
16 Fail: Valid protocol "webcal" failed.
17 Fail: Invalid url "" allowed.
18 Fail: Invalid url "%S" allowed.
19 Fail: Invalid call did not succeed.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698