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

Unified Diff: LayoutTests/fast/loader/crash-copying-backforwardlist.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/fast/loader/crash-copying-backforwardlist.html
diff --git a/LayoutTests/fast/loader/crash-copying-backforwardlist.html b/LayoutTests/fast/loader/crash-copying-backforwardlist.html
deleted file mode 100644
index 098a5eb5aba183616eff2e0bfc2558e3f5e5eb9f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/crash-copying-backforwardlist.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<script>
-
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- testRunner.setCanOpenWindows(true);
- testRunner.setNewWindowsCopyBackForwardList(true);
-}
-
-</script>
-</head>
-<body onload="window.open('data:text/html,<script>if (window.testRunner) testRunner.notifyDone();</script>');">
-<pre>
-This test only works in DRT by tickling the [WebView _loadBackForwardListFromOtherView:] method.
-If it doesn't crash, then the test passes.
-</pre>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698