Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / shaping / shaping-script-order.html
blobbef0f0766ca807936c48965949606345a8dc2e8e
1 <html>
2 <head>
3 <style>
4 .lro {
5 font-family: "times new roman"; /* non AAT font on mac */
6 direction:ltr;
7 unicode-bidi:bidi-override;
8 };
9 </style>
10 </head>
11 <body>
12 The following two lines should be the same:
13 <p class="lro">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
14 <p class="lro" style="-webkit-font-feature-settings: 'kern';">abc&#x05d2;&#x05d1;&#x05d0;&#x0661;&#x0662;&#x0663;</p>
15 </body>
16 </html>