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