| 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 ae22c697f580b806a3f9ef60e384a02028d3e7b8..5db5973c91ccb6aa9434b00aa1b7c9251e161b2f 100644
|
| --- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| @@ -266,6 +266,8 @@ 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.
|
|
|