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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 canvas { border: solid green; }
3 </style>
4 <p>
5 These should be four green hollow boxes with dimensions 600x300, 100x300, 60 0x100, 100x100.
6 </p>
7 <canvas width="600" height="300"></canvas>
8 <canvas width="100" height="300"></canvas>
9 <canvas width="600" height="100"></canvas>
10 <canvas width="100" height="100"></canvas>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698