Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / contenteditable-fontsize-change.html
blobd3e135ddd44f8625fafb6c3050fa4d92ce0aeb06
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 <script src="resources/autosizingTest.js"></script>
16 </head>
17 <body>
19 <section contenteditable="true">
20 The text inside this textarea should be autosized to 40px computed font-size (16 * 800/320).
21 </section>
23 </body>
24 </html>