Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / text / sub-sup-and-line-height.html
blob2931246e79ccc988db2295183489054ed829f061
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style>
6 p { line-height: 44px; }
7 sub, sup { vertical-align: top; }
8 </style>
9 </head>
10 <body>
11 <p>Test<sup>Test</sup><sub>Test</sub></p>
12 </body>
13 </html>