Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-item-text-background-not-interleaved-expected.html
blob945c3f7a38bdd459f800d34563e36d015ad29980
1 <!DOCTYPE html>
2 <style>
3 .container {
4 background-color: grey;
6 .element {
7 background: lime;
8 width: 100px;
10 </style>
12 <p>This test checks that grid items text and background are not interleaved.</p>
13 <p>The test passes if you see only "PASS" text and not "FAIL".</p>
14 <div class="container">
15 <div class="element">PASS</div>
16 </div>