| Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
|
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
|
| index f021179b3827b65780b0d92db470413df3aa6f19..162d0e862373929c2c1916da68621e13a23edc0d 100644
|
| --- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
|
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
|
| @@ -256,7 +256,6 @@
|
| var scrollToOld = window.scrollTo;
|
| var setIntervalOld = window.setInterval;
|
| var setTimeoutOld = window.setTimeout;
|
| - var showModalDialogOld = window.showModalDialog;
|
| var stopOld = window.stop;
|
|
|
| setTimeout(function() {
|
| @@ -470,9 +469,6 @@
|
| shouldBe("window.scrollTo", "scrollToOld");
|
| shouldBe("window.setInterval", "setIntervalOld");
|
| shouldBe("window.setTimeout", "setTimeoutOld");
|
| -
|
| - // showModalDialog is not implemented on all platforms for DumpRenderTree. So don't display the values.
|
| - shouldBe("window.showModalDialog", "showModalDialogOld", true);
|
| shouldBe("window.stop", "stopOld");
|
| }, 0);
|
| </script>
|
|
|