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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This tests that modifying location.hash works as it should 1 This tests that modifying location.hash works as it should
2 2
3 PASS: window.history.length == originalHistoryLength should be true and is. 3 PASS: window.history.length == originalHistoryLength should be true and is.
4 PASS: window.location.hash should be and is. 4 PASS: window.location.hash should be and is.
5 PASS: window.location.hash should be #foo and is. 5 PASS: window.location.hash should be #foo and is.
6 PASS: window.location == originalLocation + '#foo' should be true and is. 6 PASS: window.location == originalLocation + '#foo' should be true and is.
7 PASS: window.history.length == originalHistoryLength + 1 should be true and is. 7 PASS: window.history.length == originalHistoryLength + 1 should be true and is.
8 PASS: window.location.hash should be #bar and is. 8 PASS: window.location.hash should be #bar and is.
9 PASS: window.location == originalLocation + '#bar' should be true and is. 9 PASS: window.location == originalLocation + '#bar' should be true and is.
10 PASS: window.history.length == originalHistoryLength + 2 should be true and is. 10 PASS: window.history.length == originalHistoryLength + 2 should be true and is.
11 PASS: window.location.hash should be #bar and is. 11 PASS: window.location.hash should be #bar and is.
12 PASS: window.location == originalLocation + '#bar' should be true and is. 12 PASS: window.location == originalLocation + '#bar' should be true and is.
13 PASS: window.history.length == originalHistoryLength + 2 should be true and is. 13 PASS: window.history.length == originalHistoryLength + 2 should be true and is.
14 PASS: window.location.hash should be #bar and is. 14 PASS: window.location.hash should be #bar and is.
15 PASS: window.location == originalLocation + '#bar' should be true and is. 15 PASS: window.location == originalLocation + '#bar' should be true and is.
16 PASS: window.location.hash should be #bar and is. 16 PASS: window.location.hash should be #bar and is.
17 PASS: window.location == originalLocation + '#bar' should be true and is. 17 PASS: window.location == originalLocation + '#bar' should be true and is.
18 PASS: window.location.hash should be #foo and is. 18 PASS: window.location.hash should be #foo and is.
19 PASS: window.location == originalLocation + '#foo' should be true and is. 19 PASS: window.location == originalLocation + '#foo' should be true and is.
20 PASS: window.location.hash should be #foo and is. 20 PASS: window.location.hash should be #foo and is.
21 PASS: window.location == originalLocation + '#foo' should be true and is. 21 PASS: window.location == originalLocation + '#foo' should be true and is.
22 PASS: window.location.hash should be and is. 22 PASS: window.location.hash should be and is.
23 PASS: window.location == originalLocation should be true and is. 23 PASS: window.location == originalLocation should be true and is.
24 PASS: window.location.hash should be and is. 24 PASS: window.location.hash should be and is.
25 PASS: window.location == originalLocation should be true and is. 25 PASS: window.location == originalLocation should be true and is.
26 PASS: window.location.hash should be #foo and is. 26 PASS: window.location.hash should be #foo and is.
27 PASS: window.location == originalLocation + '#foo' should be true and is. 27 PASS: window.location == originalLocation + '#foo' should be true and is.
28 PASS: window.location.hash should be and is.
29 PASS: window.location == originalLocation + '#' should be true and is.
30 PASS: window.location.hash should be and is.
31 PASS: window.location == originalLocation + '#' should be true and is.
28 SUCCESS! 32 SUCCESS!
OLDNEW
« 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