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

Unified Diff: LayoutTests/fast/canvas/canvas-zoom-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/canvas-zoom-expected.html
diff --git a/LayoutTests/fast/canvas/canvas-zoom-expected.html b/LayoutTests/fast/canvas/canvas-zoom-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..63409e18a863ff028b3a7dae5b2b68acd978875d
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-zoom-expected.html
@@ -0,0 +1,10 @@
+<style>
+ canvas { border: solid green; }
+</style>
+<p>
+ These should be four green hollow boxes with dimensions 600x300, 100x300, 600x100, 100x100.
+</p>
+<canvas width="600" height="300"></canvas>
+<canvas width="100" height="300"></canvas>
+<canvas width="600" height="100"></canvas>
+<canvas width="100" height="100"></canvas>

Powered by Google App Engine
This is Rietveld 408576698