| Index: LayoutTests/fast/loader/stop-provisional-loads.html
|
| diff --git a/LayoutTests/fast/loader/stop-provisional-loads.html b/LayoutTests/fast/loader/stop-provisional-loads.html
|
| deleted file mode 100644
|
| index fa2ed3ed2950f2e128e5d5da229921088e4d617e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/loader/stop-provisional-loads.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<html>
|
| -<head>
|
| -
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.setStopProvisionalFrameLoads();
|
| -}
|
| -</script>
|
| -
|
| -</head>
|
| -<body>
|
| -This tests to see if a WebKit app that calls [WebFrame stopLoading] inside of a -webView:didStartProvisionalLoadForFrame: frame load delegate method call crashes.<br>
|
| -This test will only work in DRT
|
| -<iframe src="data:text/html,<html></html>"></iframe>
|
| -</body>
|
| -</html>
|
|
|