Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textarea-placeholder-layout-view-expected.html
blob43d4010e374d73fc8de70edd75cc73fee21e43e8
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0;
5 padding: 0;
7 </style>
8 <p> https://bugs.webkit.org/show_bug.cgi?id=109020: An input element that grows to 100% width will create scrollbars, and these should go away when it loses focus. </p>
9 <textarea id="input" placeholder="placeholder"></textarea>
10 <textarea id="input2"></textarea>
11 <script>
12 document.getElementById('input2').focus();
13 </script>