Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: LayoutTests/inspector/console/console-long-eval-crash.html

Issue 174073007: Remove deprecated window.showModalDialog() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-long-eval-crash.html
diff --git a/LayoutTests/inspector/console/console-long-eval-crash.html b/LayoutTests/inspector/console/console-long-eval-crash.html
deleted file mode 100644
index 87b4fac3a6b901150259d8dc088a9d568c358235..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/console/console-long-eval-crash.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-<head>
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/console-test.js"></script>
-<script>
-
-testRunner.setCanOpenWindows();
-
-function doDialog()
-{
- testRunner.closeWebInspector();
- showModalDialog('data:text/html,<script>setTimeout(close, 0);%3c/script>');
- setTimeout(function(){testRunner.notifyDone();}, 0);
-}
-
-function test()
-{
- RuntimeAgent.evaluate("doDialog()");
-}
-
-</script>
-</head>
-
-<body onload="runTest()">
-<p>
-Test that any long api call from the frontend will not crash the inspected page's renderer if the page is reloaded or frontend is closed in the middle.
-</p>
-<a href="https://bugs.webkit.org/show_bug.cgi?id=60616">https://bugs.webkit.org/show_bug.cgi?id=60616</a>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698