Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / atsui-kerning-and-ligatures.html
blob288ba9d17d419f0a8b3e807a54a3ee4729b67c9f
1 <html>
2 <head>
3 <title></title>
4 <script type="text/javascript">
5 function test()
7 var t = document.getElementById("t").firstChild;
8 window.getSelection().setBaseAndExtent(t, 37, t, 42);
10 </script>
11 </head>
12 <body onload="test()">
13 <p>
14 Test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6137
15 Disable kerning and some ligatures in the ATSUI code path</i>.
16 </p>
17 <p>
18 The word &ldquo;dolor&rdquo; below should be highlighted in its entirety. The
19 highlight should not extend beyond that word.
20 </p>
21 <div style="font-size: 24px;">
22 <hr>
23 <span id="t">AVAVAVAVAVfififififififi Lorem ipsum dolor sit ame&#x0300;t</span>
24 </div>
25 </body>
26 </html>