Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-rendering-priority.html
bloba97221409dc36a8cc58703b5e37dc6254bda5ae9
1 <head>
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <style>
7 #target { font: 20px fantasy; }
8 #target { font-family: sans-serif; }
9 #target { font-size: 40px; }
10 #target { font-style: italic; }
11 #target { font-variant: small-caps; }
12 #target { font-weight: 900; }
13 #target { text-rendering: optimizelegibility; }
14 #target { -webkit-font-smoothing: none; }
15 #target { zoom: 2; }
16 </style>
17 </head>
18 <body>
19 <p>
20 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=41585">https://bugs.webkit.org/show_bug.cgi?id=41585</a>
21 Reproducible crash with Optimize Legibility extension</i>.
22 </p>
23 <p>
24 No crash means test passed.
25 </p>
26 <div id="target" style="text-indent: 2ex;"></div>
27 </body>