Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / high-contrast / backplate-bg-image-013.html
blob6215184e39bfefd2e1958887e49bba8adc6bb5b9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Whitespace-only text over images should not receive backplates.</title>
5 <style>
6 div {
7 position: absolute;
9 .bg {
10 background-image: url("red.png");
11 height: 20px;
12 width: 20px;
14 </style>
15 </head>
16 <body>
17 <div class="bg"></div>
18 <div>&nbsp;</div>
19 </body>
20 </html>