Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / tab-renders-as-space.html
blobf228e1bc917288b67afd74b46c6b3496a26bb09b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Tests handling of tab characters where not allowed</title>
6 </head>
7 <body>
8 <div>foo&#09;bar</div>
9 <div>foo bar</div>
10 <div style="text-rendering: optimizeLegibility">foo&#09;bar</div>
11 <div style="text-rendering: optimizeLegibility">foo bar</div>
12 <p>
13 All four lines above should render the same.
14 </p>
15 </body>
16 </html>