| Index: LayoutTests/http/tests/multipart/multipart-wait-before-boundary.html
|
| diff --git a/LayoutTests/http/tests/multipart/multipart-wait-before-boundary.html b/LayoutTests/http/tests/multipart/multipart-wait-before-boundary.html
|
| deleted file mode 100644
|
| index df2a2613a325c2273dbf6f0b11ddf1f07452f409..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/multipart/multipart-wait-before-boundary.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| - function childLoaded() {
|
| - setTimeout("window.frames['iframe'].location = 'resources/multipart-wait-before-boundary.php?done=1'", 0);
|
| - }
|
| - function success() {
|
| - if (window.testRunner) {
|
| - document.getElementById('status').innerHTML = 'SUCCESS';
|
| - testRunner.notifyDone();
|
| - }
|
| - }
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <p id="status">RUNNING...</p>
|
| - <iframe id="iframe" src="resources/multipart-wait-before-boundary.php">
|
| -</body>
|
| -</html>
|
|
|