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

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

Issue 26248003: Do not special case null for URLUtils attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-host-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt
index bd0a6d684b49a95636eb0eaedf4504dcf285e8e0..882b08ada7b16fc4820305d52541890f1fe082c4 100644
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt
+++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt
@@ -18,7 +18,7 @@ PASS a.href is 'https://www.otherdomain.com:0/path/'
Colon without port number
PASS a.href is 'https://www.otherdomain.com:0/path/'
Set host to null
-PASS a.href is 'https://www.mydomain.com:8080/path/'
+FAIL a.href should be https://null:8080/path/. Was https://null/path/.
arv (Not doing code reviews) 2013/10/07 21:23:42 This is https://code.google.com/p/chromium/issues/
Set host to empty string
PASS a.href is 'https://www.mydomain.com:8080/path/'
Set host to URL with file: protocol

Powered by Google App Engine
This is Rietveld 408576698