Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / vertical-subst-font-vert-no-dflt-expected.html
blob48bfe6467fd03b5f09a7d51c16a1707c08dd420a
1 <!DOCTYPE HTML>
2 <!--
3 The difference between the test file and this expectation file is that
4 the punctuations are replaced by the characters that they should be
5 substituted according to the vert GSUB table.
6 -->
7 <html>
8 <head>
9 <title>Vertical punctuations using font with GSUB/vert table not under dflt script</title>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <style type="text/css">
12 @font-face {
13 font-family: 'droid';
14 /* DroidSansFallback-reduced.ttf was generated based on Android's
15 DroidSansFallback.ttf by removing many glyphs to meet the size
16 requirement of web font face.
17 It contains GSUB and vert table but not under dflt script.
19 src: url('resources/DroidSansFallback-reduced.ttf');
21 #test {
22 font-size: 25px;
23 font-family: droid;
24 -webkit-writing-mode: vertical-rl;
25 height: 500px;
27 </style>
28 </head>
29 <body>
30 Puctuations should be properly rotated and positioned.
31 <div id="test">
32 <!-- Punctuations are using the vertical substitution characters. -->
33 &#xfe35;&#x4e00;&#xfe36;
34 &#xfe39;&#x4e01;&#xfe3a;
35 &#xfe37;&#x4e02;&#xfe38;
36 </div>
37 </body>