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

Unified Diff: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt

Issue 26248003: Do not special case null for URLUtils attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix linux specific exceptions again Created 7 years, 2 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
index 91b7a2943fc06a0ba2df5328c563da60679bc28c..b8eb2b459dcc8010852bf7d5c4a0287f89e5e62a 100644
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt
+++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt
@@ -10,7 +10,7 @@ PASS a.href is 'https://www.otherdomain.com:8080/path/'
Set hostname to URL with foo: protocol
FAIL a.href should be foo://www.otherdomain.com/path/. Was foo://www.mydomain.com/path/.
Set hostname to null
-PASS a.href is 'https://www.mydomain.com:8080/path/'
+PASS a.href is 'https://null:8080/path/'
Set hostname to empty string
PASS a.href is 'https://www.mydomain.com:8080/path/'
Set hostname to URL with 2 colons

Powered by Google App Engine
This is Rietveld 408576698