| 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 e20576e914cc8f32bec761016dd1aef8a9459c6a..ad1967272363e7b65d422f286c390f53bc92c880 100644
|
| --- a/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| +++ b/LayoutTests/fast/dom/Window/window-property-shadowing.html
|
| @@ -135,8 +135,6 @@
|
| log(addEventListener == 1 ? "PASS: addEventListener successfully shadowed" : "FAIL: addEventListener was not shadowed");
|
| var removeEventListener = 1;
|
| log(removeEventListener == 1 ? "PASS: removeEventListener successfully shadowed" : "FAIL: removeEventListener was not shadowed");
|
| - var showModalDialog = 1;
|
| - log(showModalDialog == 1 ? "PASS: showModalDialog successfully shadowed" : "FAIL: showModalDialog was not shadowed");
|
| var find = 1;
|
| log(find == 1 ? "PASS: find successfully shadowed" : "FAIL: find was not shadowed");
|
| var stop = 1;
|
|
|