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

Side by Side Diff: LayoutTests/fast/canvas/canvas-zoom.html

Issue 1161463007: De-flaking some tests in virtual/gpu/fast/canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: undo previous patch (wrong issue) Created 5 years, 6 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
OLDNEW
1 <script src="resources/asyncpaintguard.js"></script>
1 <style> 2 <style>
2 canvas { border: solid green; 3 canvas { border: solid green;
3 zoom: 2; } 4 zoom: 2; }
4 </style> 5 </style>
5 <p> 6 <p>
6 These should be four green hollow boxes with dimensions 600x300, 100x300, 60 0x100, 100x100. 7 These should be four green hollow boxes with dimensions 600x300, 100x300, 60 0x100, 100x100.
7 </p> 8 </p>
8 <!-- 300x150 --> 9 <!-- 300x150 -->
9 <canvas id="canvas"></canvas> 10 <canvas id="canvas"></canvas>
10 <!-- 50x150 --> 11 <!-- 50x150 -->
11 <canvas id="canvas" width="50"></canvas> 12 <canvas id="canvas" width="50"></canvas>
12 <!-- 300x50 --> 13 <!-- 300x50 -->
13 <canvas id="canvas" height="50"></canvas> 14 <canvas id="canvas" height="50"></canvas>
14 <!-- 50x50 --> 15 <!-- 50x50 -->
15 <canvas id="canvas" width="50" height="50"></canvas> 16 <canvas id="canvas" width="50" height="50"></canvas>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-transform-infinity-expected.html ('k') | LayoutTests/fast/canvas/canvas-zoom-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698