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

Unified Diff: LayoutTests/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-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/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
diff --git a/LayoutTests/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt b/LayoutTests/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
index 755ce07932e7fcbe7575893c0851ac343d5087e5..ea1ca71543af6b1c767d9a77ef473db47f2cff6e 100644
--- a/LayoutTests/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
+++ b/LayoutTests/platform/linux/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
@@ -14,7 +14,7 @@ PASS a.href is 'foo:^^'
Set a protocol that starts with ':'
PASS a.href is 'https://www.mydomain.com/path/'
Set protocol to null
-PASS a.href is 'https://www.mydomain.com/path/'
+PASS a.href is 'null://www.mydomain.com/path/'
Set protocol to empty string
PASS a.href is 'https://www.mydomain.com/path/'
Set protocol to http on malformed URL

Powered by Google App Engine
This is Rietveld 408576698