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

Unified Diff: LayoutTests/platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (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/platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
similarity index 89%
copy from LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
copy to LayoutTests/platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
index 755ce07932e7fcbe7575893c0851ac343d5087e5..0e30a821037b7f421b828b4d52e9e6580e9d1be7 100644
--- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
+++ b/LayoutTests/platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
@@ -10,7 +10,7 @@ PASS a.href is 'http://www.mydomain.com/path/'
Set a protocol that contains invalid characters
PASS a.href is 'https://www.mydomain.com/path/'
Set a protocol to a URL with invalid host name
-PASS a.href is 'foo:^^'
+FAIL a.href should be foo:^^. Was foo:///H:/%5E%5E.
Set a protocol that starts with ':'
PASS a.href is 'https://www.mydomain.com/path/'
Set protocol to null
@@ -20,7 +20,7 @@ PASS a.href is 'https://www.mydomain.com/path/'
Set protocol to http on malformed URL
PASS a.href is 'http:/??bar'
Set protocol to a URL which points to a local file
-PASS a.href is 'f-oo:path'
+FAIL a.href should be f-oo:path. Was f-oo:///C:/path.
Set protocol to undefined
PASS a.href is 'undefined://www.mydomain.com/path/'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698