Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / bidi-parens.html
blobcbbd854b318fd9d15c057d65cc407bb497f0c9fe
1 <html>
2 <head>
3 <style>
4 .console {
5 font-family: Arial, Times New Roman
7 </style>
8 </head>
9 <body>
10 <p>This test checks for a regression against <a href="http://bugs.webkit.org/show_bug.cgi?id=3435">3435 Parentheses are backwards in Hebrew text (no bidi mirroring?)</a>.</p>
11 <p>Success: parentheses encapsulate word.</p>
12 <p>Failure: parentheses face away from word.</p>
13 <hr>
14 <p id="console" dir="rtl">
15 (למדינות)
16 </p>
17 </body>
18 </html>