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

Side by Side Diff: LayoutTests/http/tests/multipart/win-boundary-crash.html-disabled

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 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <p>Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14516">http://bug s.webkit.org/show_bug.cgi?id=14516</a>
10 crash loading multipart/x-mixed-replace data on windows safari</i></p>
11 <p>If WebKit does not crash when loading this img, then it passed.</p>
12 <img src="resources/multipart-nodashes.php" />
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698