5 src:url(../../resources/Ahem.otf);
9 src:url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
12 display: inline-block;
15 text-rendering: optimizelegibility
18 border:black solid thin;
19 font-family:Ahem, cssot;
24 <div id=
"simple" class=
"container">
27 <dt>Ideographic, Kana, CJK symbols
</dt>
28 <dd style=
"width:9em;">国 国 あ ! 国<br>国WWWWWWWW
</dd>
29 <dd style=
"width:9em;">国 国 あ ! 国<br>WWWWWWWWW
</dd>
30 <dd style=
"width:9em;">国 国 あ ! 国<br>WWWWWWWWW
</dd>
31 <dd style=
"width:9em;">国 国 あ ! W
<br>WWWWWWWWW
</dd>
32 <dd style=
"width:9em;">𠮟 𠮟 𠮟 𠮟 𠮟<br>𠮟WWWWWWWW
</dd>
33 <dt>Ideographic, Kana, CJK symbols with spans
</dt>
34 <dd style=
"width:9em;">国 国 あ ! 国<br>国WWWWWWWW
</dd>
35 <dt>Ideographic, Latin, and spaces
</dt>
36 <dd style=
"width:8em;">WW
国 W
国<br>国WWWWWWW
</dd>
37 <dd style=
"width:11em;">WW
国 W
国<br>国WWWWWWWWWW
</dd>
38 <dd style=
"width:11em;">WW
国 W
国<br>WWWWWWWWWWW
</dd>
39 <dd style=
"width:11em;">WW
国 W
国<br>WWWWWWWWWWW
</dd>
40 <dd style=
"width:8em;">WW
国 W
<br>国WWWWWWW
</dd>
41 <dd style=
"width:11em;">W. W. W
国<br>WWWWWWWWWWW
</dd>
44 <div id=
"complex" class=
"container">
48 document
.body
.offsetLeft
; // Kick off loading @font-face
49 if (window
.testRunner
) {
50 testRunner
.waitUntilDone();
51 document
.body
.onload = function () { testRunner
.notifyDone(); };
53 var tests
= document
.getElementsByTagName('dl')[0];
54 document
.getElementById('complex').appendChild(tests
.cloneNode(true));