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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/change-transform-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4 body {
5 margin: 10px;
6 }
7 #square {
8 width: 100px;
9 height: 100px;
10 }
11 #overlay {
12 position: absolute;
13 left: 35px;
14 top: 35px;
15 width: 50px;
16 height: 50px;
17 background: green
18 }
19 </style>
20 </head>
21 <body>
22 <div id="square"></div>
23 <div id="overlay"></div>
24
25 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=19623">https://bugs.webkit.o rg/show_bug.cgi?id=19623</a></p>
26 <p>Test for incomplete repaint when a non-layer object gains a transform. You sh ould see a green square above. If you see any red, the test has failed.</p>
27 </body>
28 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698