Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / high-contrast / backplate-bg-image-002-ref.html
blob1ffc4542e71523d57b96046532e7555ec6080339
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="ahem.css" />
5 <title>Reference: Text runs that are separated by a block-level line will get separate backplates.</title>
6 <style>
7 body {
8 font: 20px Ahem;
10 .fake-backplate {
11 background-color: white;
12 width: max-content;
14 .sample {
15 background-image: url("blue.png");
16 height: 500px;
18 </style>
19 </head>
20 <body>
21 <span class="fake-backplate">ppppp ppppp</span><div class="sample"><span class="fake-backplate">ppppp ppppp</span></div><span class="fake-backplate">ppppp ppppp</span>
22 </body>
23 </html>