Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / tab-renders-as-space-expected.html
blobc848309f4d56734ee575bbd1df4c73941350d0a7
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 bar</div>
9 <div>foo bar</div>
10 <div style="text-rendering: optimizeLegibility">foo 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>