Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / change-transform-expected.html
blob4fd0e6726fd8482e856840816418ce051b5c8e2c
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4 body {
5 margin: 10px;
7 #square {
8 width: 100px;
9 height: 100px;
11 #overlay {
12 position: absolute;
13 left: 35px;
14 top: 35px;
15 width: 50px;
16 height: 50px;
17 background: green
19 </style>
20 </head>
21 <body>
22 <div id="square"></div>
23 <div id="overlay"></div>
25 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=19623">https://bugs.webkit.org/show_bug.cgi?id=19623</a></p>
26 <p>Test for incomplete repaint when a non-layer object gains a transform. You should see a green square above. If you see any red, the test has failed.</p>
27 </body>
28 </html>