Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / negative-shadow-box-expand-expected.html
blob3d1414748c43e3c93c3d57fef4239d729c3ee24b
1 <!DOCTYPE html>
2 <body style="margin: 100px">
3 <div id="outer" style="box-shadow: 40px -40px #F00;">
4 <div id="inner1" style="height: 100px; background-color: blue"></div>
5 <div id="inner2" style="height: 100px; background-color: green"></div>
6 </div>
7 </body>