4 <title>Broken Ideographic Font
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <style type=
"text/css">
9 src: url
(resources/MakibaFont13.ttf);
10 font-family: MakibaFace
;
16 font-family: MakibaFace
;
20 writing-mode: tb-lr
; /* IE */
21 -webkit-writing-mode: vertical-lr
;
25 background-color: #eee;
32 writing-mode: lr-tb
; /* IE */
33 -webkit-writing-mode: horizontal-tb
;
37 background-color: #fee;
41 background-color: #ffe;
44 margin: 10% 5% 10% 5%;
45 background-color: #faa;
46 border-left: 20px solid
#f88;
47 border-right: 20px solid
#f88;
53 writing-mode: tb-rl
; /* IE */
54 -webkit-writing-mode: vertical-rl
;
62 <div class=
"basic d0"><p>第一段落 paragraph
1</p><p>第二段落 paragraph
2</p></div>
63 <div class=
"basic d1 vert"><p>第一段落 paragraph
1</p><p>第二段落 paragraph
2</p></div>
66 if (window
.testRunner
)
67 testRunner
.waitUntilDone();
69 document
.body
.offsetTop
;
70 var image
= new Image();
71 image
.addEventListener("error", function() { if (testRunner
) testRunner
.notifyDone(); });
72 image
.src
= "resources/MakibaFont13.ttf";