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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/register-protocol-handler-expected.txt
diff --git a/LayoutTests/fast/dom/register-protocol-handler-expected.txt b/LayoutTests/fast/dom/register-protocol-handler-expected.txt
deleted file mode 100644
index b964b80b677dd3ae7593934b82d9f95540c12b85..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/register-protocol-handler-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test makes sure that navigator.registerProtocolHandler throws the proper exceptions and has no-op default implementation.
-
-Fail: window.navigator.registerProtocolHandler is not defined.
-Fail: Invalid protocol "http" allowed.
-Fail: Invalid protocol "https" allowed.
-Fail: Invalid protocol "file" allowed.
-Fail: Valid protocol "irc" failed.
-Fail: Valid protocol "mailto" failed.
-Fail: Valid protocol "mms" failed.
-Fail: Valid protocol "news" failed.
-Fail: Valid protocol "nntp" failed.
-Fail: Valid protocol "sms" failed.
-Fail: Valid protocol "smsto" failed.
-Fail: Valid protocol "tel" failed.
-Fail: Valid protocol "urn" failed.
-Fail: Valid protocol "webcal" failed.
-Fail: Invalid url "" allowed.
-Fail: Invalid url "%S" allowed.
-Fail: Invalid call did not succeed.
-

Powered by Google App Engine
This is Rietveld 408576698