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

Unified Diff: LayoutTests/fast/dom/location-hash-expected.txt

Issue 537103002: Spec compliant url.search/url.hash setters over empty values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Sync expected output Created 6 years, 3 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
« no previous file with comments | « LayoutTests/fast/dom/location-hash.html ('k') | LayoutTests/fast/domurl/url-hash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/location-hash-expected.txt
diff --git a/LayoutTests/fast/dom/location-hash-expected.txt b/LayoutTests/fast/dom/location-hash-expected.txt
index a5cb605bf6751f0aef97b03981cb48a80778ae71..c48bf2c9137b8de8dabc77e20abdd7b0242c2d7a 100644
--- a/LayoutTests/fast/dom/location-hash-expected.txt
+++ b/LayoutTests/fast/dom/location-hash-expected.txt
@@ -25,4 +25,8 @@ PASS: window.location.hash should be and is.
PASS: window.location == originalLocation should be true and is.
PASS: window.location.hash should be #foo and is.
PASS: window.location == originalLocation + '#foo' should be true and is.
+PASS: window.location.hash should be and is.
+PASS: window.location == originalLocation + '#' should be true and is.
+PASS: window.location.hash should be and is.
+PASS: window.location == originalLocation + '#' should be true and is.
SUCCESS!
« no previous file with comments | « LayoutTests/fast/dom/location-hash.html ('k') | LayoutTests/fast/domurl/url-hash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698