Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / remove-squashed-layer-plus-move-expected.html
blob4e15d038126f6562b70dc54d137d86a348ccb8bc
1 <!DOCTYPE html>
2 <style>
3 .mv-tile{
4 display:inline-block;
5 height:50px;
6 position:relative;
7 width:100px;
8 margin-right:410px;
10 </style>
11 <div style="position: absolute; width: 1000px; height: 1000px; transform: translateZ(0)"></div>
12 <div id="container">
13 <div class="mv-tile" style="background-color: lightblue;"></div>
14 </div>
15 <div class="mv-tile" style="width: 1000px"></div>