| 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
|
|
|