| Index: third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt
|
| index c8e7bf0422b83aedb16cbd9a1396980f150fd4aa..0eeb7320721a11d8a3cb2394f4dc1adaa5e71580 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt
|
| @@ -23,15 +23,15 @@
|
| PASS testWindow.location.assign('data:text/plain,i') is undefined
|
| PASS testWindow.location.replace('data:text/plain,j') is undefined
|
| PASS testWindow.location.reload() is undefined
|
| -PASS testWindow.location.toString() is 'about:blank#h'
|
| -PASS testWindow.location.href is 'about:blank#h'
|
| +PASS testWindow.location.toString() is 'about:blank'
|
| +PASS testWindow.location.href is 'about:blank'
|
| PASS testWindow.location.protocol is 'about:'
|
| PASS testWindow.location.host is ''
|
| PASS testWindow.location.hostname is ''
|
| PASS testWindow.location.port is ''
|
| PASS testWindow.location.pathname is 'blank'
|
| PASS testWindow.location.search is ''
|
| -PASS testWindow.location.hash is '#h'
|
| +PASS testWindow.location.hash is ''
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|