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

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

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/invalid-image-data.html
diff --git a/LayoutTests/http/tests/multipart/invalid-image-data.html b/LayoutTests/http/tests/multipart/invalid-image-data.html
new file mode 100644
index 0000000000000000000000000000000000000000..561822bd8af3283471ae10dea7a21265ac0f4162
--- /dev/null
+++ b/LayoutTests/http/tests/multipart/invalid-image-data.html
@@ -0,0 +1,24 @@
+<html>
+<head>
+ <script>
+ if (window.testRunner)
+ testRunner.waitUntilDone();
+
+ function loadedFirstPart()
+ {
+ if (window.testRunner)
+ testRunner.notifyDone();
+ }
+ </script>
+</head>
+<body>
+ <p>
+ Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13759">http://bugs.webkit.org/show_bug.cgi?id=13759</a>
+ REGRESSION (r20182-r20184): Incorrect rendering of multipart images</i>.
+ </p>
+ <p>
+ There should be a bright green square below.
+ </p>
+ <img width="100" height="100" src="resources/multipart.php?interval=1&img1=2x2-green.png&img2=abe.png" onload="loadedFirstPart()">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698