| Index: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| index 755ce07932e7fcbe7575893c0851ac343d5087e5..ea1ca71543af6b1c767d9a77ef473db47f2cff6e 100644
|
| --- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt
|
| +++ b/LayoutTests/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
|
|
|