| Index: LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt b/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| index 0e30a821037b7f421b828b4d52e9e6580e9d1be7..bb42c5e5e69b3fa0a857974e794bf03202a8e9a0 100644
|
| --- a/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| @@ -14,7 +14,7 @@ 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
|
| -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
|
|
|