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

Unified Diff: LayoutTests/http/tests/multipart/invalid-image-data.html

Issue 14569024: Merge 149966 "Fix multipart images, regressed in r148560". (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1500/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/multipart/invalid-image-data.html
===================================================================
--- LayoutTests/http/tests/multipart/invalid-image-data.html (revision 150342)
+++ LayoutTests/http/tests/multipart/invalid-image-data.html (working copy)
@@ -7,7 +7,7 @@
function loadedFirstPart()
{
if (window.testRunner)
- setTimeout("testRunner.notifyDone()", 200);
+ testRunner.notifyDone();
}
</script>
</head>
@@ -19,6 +19,6 @@
<p>
There should be a bright green square below.
</p>
- <img width="100" height="100" src="resources/multipart.php?interval=0&img1=2x2-green.png&img2=abe.png" onload="loadedFirstPart()">
+ <img width="100" height="100" src="resources/multipart.php?interval=1&img1=2x2-green.png&img2=abe.png" onload="loadedFirstPart()">
</body>
</html>
Property changes on: LayoutTests/http/tests/multipart/invalid-image-data.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698