Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/location-new-window-no-crash-expected.txt

Issue 2749803003: Initialize document m_URL, m_baseURL to blankURL. (Closed)
Patch Set: Removed deprecated tests, changed expectations. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0eeb7320721a11d8a3cb2394f4dc1adaa5e71580..c8e7bf0422b83aedb16cbd9a1396980f150fd4aa 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.hash = 'h' is 'h'
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'
-PASS testWindow.location.href is 'about:blank'
+PASS testWindow.location.toString() is 'about:blank#h'
+PASS testWindow.location.href is 'about:blank#h'
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 ''
+PASS testWindow.location.hash is '#h'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698