| Index: LayoutTests/http/tests/multipart/invalid-image-data-standalone.html
|
| diff --git a/LayoutTests/http/tests/multipart/invalid-image-data-standalone.html b/LayoutTests/http/tests/multipart/invalid-image-data-standalone.html
|
| deleted file mode 100644
|
| index 21abe865907bb245ae4ff1217d3d06f07b0f3dd4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/multipart/invalid-image-data-standalone.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| -
|
| - function loadedFirstPart()
|
| - {
|
| - if (window.testRunner)
|
| - setTimeout("stop(); testRunner.notifyDone()", 200);
|
| - }
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <p>
|
| - Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13759">http://bugs.webkit.org/show_bug.cgi?id=13759</a>
|
| - REGRESSION (r20182-r20184): Incorrect rendering of multipart images</i>.
|
| - </p>
|
| - <p>
|
| - There should be a green square below.
|
| - </p>
|
| - <iframe width="120" height="120" src="resources/multipart.php?interval=0&img1=green-100x100.png&img2=abe.png&wait=100" onload="loadedFirstPart()"></iframe>
|
| -</body>
|
| -</html>
|
|
|