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

Unified Diff: LayoutTests/http/tests/multipart/multipart-wait-before-boundary.html

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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698