Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: LayoutTests/http/tests/multipart/load-last-non-html-frame.php

Issue 16848005: Remove support for multipart/x-mixed-replace (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?php
2 header('Content-type: multipart/x-mixed-replace;boundary=asdf');
3 ?>--asdf
4 Content-type: text/plain
5
6 This test passes if the last multipart frame is displayed.
7 FAIL
8
9 <?php
10 # Add some padding because CFNetwork merges small multipart segments together.
11 echo str_pad('', 5000);
12 ?>
13 --asdf
14 Content-type: text/plain
15
16 This test passes if the last multipart frame is displayed.
17 PASS
18 <?php
19 # Add some padding because CFNetwork merges small multipart segments together.
20 echo str_pad('', 5000);
21 ?>--asdf--
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698