Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / reftest-sanity / font-size-16.html
blob2be81f9dc1856fdf70a8e68d64dc17c9991bc8c9
1 <html lang="en">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <style type="text/css">
5 div {
6 font-size: 16px;
8 </style>
9 </head>
10 <body>
11 <div>Hello world 123</div>
12 </body>
13 </html>