Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / should-use-atsui.html
blobd9e04d5acb5a165e69af842d2a47dfd92fa510bd
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, 14, t, 19);
10 </script>
11 </head>
12 <body onload="test()">
13 <p>
14 Test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6132
15 Incorrect selection highlighting for ATSUI text when selected range is
16 "CG-safe"</i>.
17 </p>
18 <p>
19 The word &ldquo;dolor&rdquo; below should be highlighted in its entirety. The
20 highlight should not extend beyond that word.
21 </p>
22 <hr>
23 <span id="t">Lo&#x0308;re&#x0300;m ipsum dolor sit amet</span>
24 </body>