Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / location-hash-expected.txt
index a5cb605..c48bf2c 100644 (file)
@@ -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!