| Index: LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt
|
| index 92a6b74f7047235b33bf96a9f4c926bf27063db9..4d2910bebddcd0b932c5220e915277173a3190a7 100644
|
| --- a/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt
|
| @@ -12,7 +12,7 @@ PASS a.href is 'https://www.mydomain.com//path%23name?key=value'
|
| Set a pathname containing .. in it
|
| PASS a.href is 'https://www.mydomain.com/path?key=value'
|
| Set pathname to null
|
| -PASS a.href is 'https://www.mydomain.com/?key=value'
|
| +PASS a.href is 'https://www.mydomain.com/null?key=value'
|
| Set pathname to empty string
|
| PASS a.href is 'https://www.mydomain.com/?key=value'
|
| Set pathname that includes illegal characters to URL that contains illegal characters.
|
|
|