Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / contenteditable-fontsize-change-expected.html
blob27a0af81a56f29a621f802c727593e350c109b24
1 <!DOCTYPE html>
2 <html style="font-size: 16px">
3 <head>
5 <meta name="viewport" content="width=800">
6 <style>
7 body {
8 width: 800px;
9 margin: 0;
10 overflow-y: hidden;
12 </style>
14 </head>
15 <body>
17 <section contenteditable="true" style="font-size: 2.5rem">
18 The text inside this textarea should be autosized to 40px computed font-size (16 * 800/320).
19 </section>
21 </body>
22 </html>