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

Side by Side Diff: LayoutTests/fast/canvas/alpha.html

Issue 327703005: The position of opaque black rect is incorrect when alpha is false. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: v/g/f/c/alpha.html needs rebaseline as well Created 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <style>
6
7 #canvas3 {
8 width : 100px;
9 height : 100px;
10 border : 1px solid green;
11 }
12
13 </style>
5 </head> 14 </head>
6 <body> 15 <body>
7 <canvas id="canvas1" width="8" height="8"></canvas> 16 <canvas id="canvas1" width="8" height="8"></canvas>
8 <canvas id="canvas2" width="8" height="8"></canvas> 17 <canvas id="canvas2" width="8" height="8"></canvas>
9 <canvas id="canvas3" width="8" height="8"></canvas> 18 <canvas id="canvas3" width="8" height="8"></canvas>
10 <canvas id="canvas4" width="8" height="8"></canvas> 19 <canvas id="canvas4" width="8" height="8"></canvas>
11 <script src="alpha.js"></script> 20 <script src="alpha.js"></script>
12 </body> 21 </body>
13 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698