Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textarea-scroll-height.html
blob92691c843fc73f626fbe37b9c6055e19924aea6e
1 <textarea id="area" style="width:200px;height:200px">
2 Lots of content.
3 Lots of content.
4 Lots of content.
5 Lots of content.
7 Lots of content.
8 Lots of content.
10 Lots of content.
11 Lots of content.
13 Lots of content.
14 Lots of content.
16 Lots of content.
17 Lots of content.
19 Lots of content.
20 Lots of content.
22 Lots of content.
23 Lots of content.
25 </textarea>
26 <script>
27 document.write(document.getElementById('area').scrollWidth + " " + document.getElementById('area').scrollHeight);
28 </script>