Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / usercss / usercss.html
blob44d9bd6633a48f4bbea04cea3931fe6ea402443e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 p {
6 background-color: red;
8 </style>
9 </head>
10 <body>
11 <p class="reftest-usercss">This paragraph should have a green background.</p>
12 <p class="reftest-usercss-import">This paragraph should have a green background.</p>
13 </body>
14 </html>