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

Side by Side Diff: LayoutTests/fast/canvas/canvas-incremental-repaint-3-expected.html

Issue 1149973006: Fix incorrect paint invalidations with accelerated 2D canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: using similarity 100 Created 5 years, 7 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
(Empty)
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Canvas Incremental Repaint</title>
6 <style type="text/css" media="screen">
7 canvas {
8 width: 300px;
9 height: 300px;
10 border: 20px solid green;
11 padding: 10px;
12 background-color: green;
13 }
14 </style>
15 </head>
16 <body>
17 <p>Expect a solid green square below this text.</p>
18 <canvas id="canvas1"></canvas>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-incremental-repaint-3.html ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698