Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / background-no-longer-obscured-after-loading.html
bloba2c14679d9a1c2149114d5588caf05bf463cba74
1 <!DOCTYPE html>
2 <style>
3 #a {
4 background-image: url(resources/bluesquare.png);
5 background-position: 0px -100px;
6 background-repeat: repeat-x;
7 height: 1em;
9 #b {
10 float: left;
11 background-color: white;
13 </style>
14 <div id="a"><span id="b">This test passes if there is blue to the right</span></div>