Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / high-contrast / backplate-bg-image-005.html
blob1abb7ddebdd3f0cb35707eff7bc043587a406b95
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="ahem.css" />
5 <title>Preserved whitespace should contribute to overall backplate sizing.</title>
6 <style>
7 body {
8 font: 20px Ahem;
10 .sample {
11 background-image: url("blue.png");
12 white-space: pre;
13 padding: 10px;
15 </style>
16 </head>
17 <body>
18 ppppp ppppp<div class="sample"> ppppp ppppp</div>ppppp ppppp
19 <div class="sample">ppppp ppppp </div>
20 <div class="sample"> </div>
21 </body>
22 </html>