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