| Index: LayoutTests/http/tests/multipart/load-last-non-html-frame.php
|
| diff --git a/LayoutTests/http/tests/multipart/load-last-non-html-frame.php b/LayoutTests/http/tests/multipart/load-last-non-html-frame.php
|
| deleted file mode 100644
|
| index 73118694e71ff6e617fe5f70d92970bd4ef338c7..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/multipart/load-last-non-html-frame.php
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<?php
|
| -header('Content-type: multipart/x-mixed-replace;boundary=asdf');
|
| -?>--asdf
|
| -Content-type: text/plain
|
| -
|
| -This test passes if the last multipart frame is displayed.
|
| -FAIL
|
| -
|
| -<?php
|
| -# Add some padding because CFNetwork merges small multipart segments together.
|
| -echo str_pad('', 5000);
|
| -?>
|
| ---asdf
|
| -Content-type: text/plain
|
| -
|
| -This test passes if the last multipart frame is displayed.
|
| -PASS
|
| -<?php
|
| -# Add some padding because CFNetwork merges small multipart segments together.
|
| -echo str_pad('', 5000);
|
| -?>--asdf--
|
|
|