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

Unified Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-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/HTMLAnchorElement/set-href-attribute-hostname-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt
deleted file mode 100644
index d0b284d2dcde87f553af976ef811d1be14276091..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test setting the hostname attribute of the URL in HTMLAnchorElement.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Basic test
-PASS a.href is 'https://www.otherdomain.com:8080/path/'
-Extra slashes before hostname
-PASS a.href is 'https://www.otherdomain.com:8080/path/'
-Set hostname to URL with foo: protocol
-PASS a.href is 'foo://www.otherdomain.com/path/'
-Set hostname to null
-PASS a.href is 'https://www.mydomain.com:8080/path/'
-Set hostname to empty string
-PASS a.href is 'https://www.mydomain.com:8080/path/'
-Set hostname to URL with 2 colons
-PASS a.href is 'really:bad:url'
-Set a hostname that contains space in it
-PASS a.href is 'http://www.my domain.com/path/'
-Set hostname on a local file
-FAIL a.href should be c:/path/testurl.html. Was c://a/path/testurl.html.
-Set hostname to undefined
-PASS a.href is 'https://undefined:8080/path/'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698