Index: LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
index 448a13cb684c4b267914bee4e3d2a82485ae3f2d..a661dc998db22218f2dc8a6d029d1785bccf4117 100644 |
--- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
+++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
@@ -209,8 +209,6 @@ PASS: canGet('event') should be 'true' and is. |
PASS: canSet('event') should be 'true' and is. |
PASS: canGet('frames') should be 'true' and is. |
PASS: canSet('frames') should be 'true' and is. |
-PASS: canGet('history') should be 'true' and is. |
-PASS: canSet('history') should be 'true' and is. |
PASS: canGet('innerHeight') should be 'true' and is. |
PASS: canSet('innerHeight') should be 'true' and is. |
PASS: canGet('innerWidth') should be 'true' and is. |
@@ -260,6 +258,8 @@ PASS: canGet('closed') should be 'true' and is. |
PASS: canSet('closed') should be 'false' and is. |
PASS: canGet('document') should be 'true' and is. |
PASS: canSet('document') should be 'false' and is. |
+PASS: canGet('history') should be 'true' and is. |
+PASS: canSet('history') should be 'false' and is. |
PASS: canGet('navigator') should be 'true' and is. |
PASS: canSet('navigator') should be 'false' and is. |
PASS: canGet('pageXOffset') should be 'true' and is. |