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! |