| Index: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt
|
| index 664b6c7fb93135c81df3fafe47eb2afd2b551aa4..bf3e3141e6a51a086833e823c6b7ee60b1ddfee7 100644
|
| --- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt
|
| @@ -12,7 +12,7 @@ PASS a.href is 'http://www.mydomain.com/path/testurl.html#hash?value'
|
| '#' in hash value, and illegal characters in hostname
|
| FAIL a.href should be https://www.my"d(){}|~om?ain#com/path/testurl.html#middle. Was https://www.my%22d%28%29%7B%7D%7C%7Eom/?ain#hash#value.
|
| Set hash to null
|
| -FAIL a.href should be https://www.mydomain.com/path/testurl.html#. Was https://www.mydomain.com/path/testurl.html.
|
| +PASS a.href is 'https://www.mydomain.com/path/testurl.html#null'
|
| Set hash to empty string
|
| PASS a.href is 'https://www.mydomain.com/path/testurl.html#'
|
| Add hash to mailto: protocol
|
|
|