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

Unified Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-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-port-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt
deleted file mode 100644
index 93678c4699646e0a571e40164f014a9766fe9d24..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Test setting the port attribute of the URL in HTMLAnchorElement.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Default port as number
-PASS a.href is 'https://www.mydomain.com/path/testurl.html?key=value'
-Default port as string
-PASS a.href is 'https://www.mydomain.com/path/testurl.html?key=value'
-Set port to 0
-PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
-Set port to non-number
-PASS a.href is 'https://www.mydomain.com:4/path/testurl.html?key=value'
-Set port to null
-PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
-Set port to empty string
-PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
-Set port to undefined
-PASS a.href is 'https://www.mydomain.com:0/path/testurl.html?key=value'
-Set port to URL with foo: protocol
-PASS a.href is 'foo://bar:50/'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698