| 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>
|
|
|