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

Side by Side Diff: LayoutTests/fast/canvas/canvas-size-change-after-layout-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 {
3 border: solid green;
4 }
5 </style>
6 <p>
7 These should be two identical green hollow squares:
8 </p>
9 <canvas width="50" height="50"></canvas>
10 <canvas width="50" height="50"></canvas>
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698