| Index: LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| diff --git a/LayoutTests/fast/dom/Window/window-property-shadowing.html b/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| index 6153a85c72ce7f881004cb66c1e66843d839668d..c4773b902d2fbf4ca4e786ee38dce48f74c42e9a 100644
|
| --- a/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| +++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| @@ -47,8 +47,6 @@
|
| log(name == 1 ? "PASS: name successfully shadowed" : "FAIL: name was not shadowed");
|
| var clientInformation = 1;
|
| log(clientInformation == 1 ? "PASS: clientInformation successfully shadowed" : "FAIL: clientInformation was not shadowed");
|
| - var screen = 1;
|
| - log(screen == 1 ? "PASS: screen successfully shadowed" : "FAIL: screen was not shadowed");
|
| var offscreenBuffering = 2;
|
| log(offscreenBuffering == 2 ? "PASS: offscreenBuffering successfully shadowed" : "FAIL: offscreenBuffering was not shadowed");
|
| var opener = 1;
|
|
|