Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / repaint-tile-clipped-expected.html
blob31cd3d69704d1a5042dd29a7906578ffd49cc201
1 <!DOCTYPE html>
2 <html>
3 <style>
4 #ref {
5 display: block;
6 min-width: 20em;
7 height: 10em;
8 position: absolute;
9 bottom: 5px;
10 border: 1px solid;
11 background-color: #0f0;
13 .wrapper{
14 position: relative;
16 .spaced{
17 padding-top: 300px;
18 width: 10em;
20 </style>
21 <p>
22 This tests that the repaint of absolutely positioned elements inside
23 relatively positioned inline blocks works correclty.
24 <a href="http://crbug.com/370945">crbug.com/370945</a>
25 </p>
26 <p>You should see a green rectangle without any missing pieces if this test passed. </p>
28 <p class='spaced'>
29 <span class='wrapper'>
30 <span id="ref"></span>
31 </span>
32 </p>