Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-measure-text-rtl-expected.html
blob674eb8e9e9bcc541f8c0d65e26acb7e96f7eb1df
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>measureText directionality</title>
5 <meta charset="utf-8">
6 <style>
7 canvas { background: green; }
8 </style>
9 </head>
10 <body>
11 <h1>measureText directionality</h1>
12 <canvas id="canvas" width="150" height="150"></canvas>
13 <p>
14 There should be a green box above with no red.
15 </p>
16 </body>
17 </html>