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

Unified Diff: LayoutTests/fast/canvas/check-stale-putImageData-expected.html

Issue 187393007: Convert some pixel tests in fast/canvas into ref tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/fast/canvas/check-stale-putImageData-expected.html
diff --git a/LayoutTests/fast/canvas/check-stale-putImageData-expected.html b/LayoutTests/fast/canvas/check-stale-putImageData-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..61dc247266759c68a4f94a5f47e31bc52f611fff
--- /dev/null
+++ b/LayoutTests/fast/canvas/check-stale-putImageData-expected.html
@@ -0,0 +1,10 @@
+<html><head></head><body>
+ 1, 3, and 4 should all show the same red square. 2 should show nothing.
+<ol>
+<li><canvas style="background-color:red;" width="100" height="100"></canvas></li>
+<li><canvas width="100" height="100"></li>
+<li><canvas style="background-color:red;" width="100" height="100"></li>
+<li><canvas style="background-color:red;" width="100" height="100"></li>
+</ol>
+
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698