| 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 290197a7b4d5069d0ad57753ea3908de534df8fc..a661dc998db22218f2dc8a6d029d1785bccf4117 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.
|
|
|