Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / bidi-visible-control-characters.html
blob7eeac06c0e4b4cddcb814e3734e95af8bf550cd4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-8">
6 <title>Internal bidi control characters are visible</title>
7 </head>
8 <body>
9 <p>Since the current default font does not contain bidi control characters, this test needs to be manual. The following paragraph should contain only 3 hebrew characters (and no control characters).</p>
10 <p style="font-family:Arial;">&#x05d2;&#x05d1;&#x05d0;</p>
11 </body>
12 </html>