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 ab91604dbd56da6d3d595556fd0fccf56fdb4113..420ac9664a6452f36eaa81ab87c21a1686b59db9 100644 |
--- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
+++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt |
@@ -221,10 +221,16 @@ PASS: canGet('outerHeight') should be 'true' and is. |
PASS: canSet('outerHeight') should be 'true' and is. |
PASS: canGet('outerWidth') should be 'true' and is. |
PASS: canSet('outerWidth') should be 'true' and is. |
+PASS: canGet('pageXOffset') should be 'true' and is. |
+PASS: canSet('pageXOffset') should be 'true' and is. |
+PASS: canGet('pageYOffset') should be 'true' and is. |
+PASS: canSet('pageYOffset') should be 'true' and is. |
PASS: canGet('parent') should be 'true' and is. |
PASS: canSet('parent') should be 'true' and is. |
PASS: canGet('personalbar') should be 'true' and is. |
PASS: canSet('personalbar') should be 'true' and is. |
+PASS: canGet('screen') should be 'true' and is. |
+PASS: canSet('screen') should be 'true' and is. |
PASS: canGet('screenLeft') should be 'true' and is. |
PASS: canSet('screenLeft') should be 'true' and is. |
PASS: canGet('screenTop') should be 'true' and is. |
@@ -256,12 +262,6 @@ 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. |
-PASS: canSet('pageXOffset') should be 'false' and is. |
-PASS: canGet('pageYOffset') should be 'true' and is. |
-PASS: canSet('pageYOffset') should be 'false' and is. |
-PASS: canGet('screen') should be 'true' and is. |
-PASS: canSet('screen') should be 'false' and is. |
PASS: canGet('window') should be 'true' and is. |
PASS: canSet('window') should be 'false' and is. |
PASS: canGet('top') should be 'true' and is. |