Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / text / osx-font-smoothing-2.html
blob2ef3b3ff48b311aed89c2d6f4bf8631c39cf171a
1 <!DOCTYPE HTML>
2 <!-- testcase for https://bugzilla.mozilla.org/show_bug.cgi?id=900975 -->
3 <html>
4 <head>
5 <style type="text/css">
6 p {
7 margin: 20px;
8 font-family: Arial, sans-serif;
9 background-color: black;
10 color: white;
12 .smoothing-gray {
13 -moz-osx-font-smoothing: grayscale;
15 .smoothing-auto {
16 -moz-osx-font-smoothing: auto;
18 </style>
19 </head>
20 <body lang="en">
21 <p class="smoothing-auto"><span>foo</span> <span class="smoothing-gray">bar</span></p>
22 </body>
23 </html>