Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-placeholder-visibility-2-expected.html
blobfe4dbf77e1db26d59196840f3fcb65efa103433b
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>Focus field with a placeholder, then type.</p>
7 <div>
8 <input id=i1 value="Text">
9 <script>
10 document.getElementById('i1').focus();
11 document.getElementById('i1').setSelectionRange(4, 4);
12 </script>
13 </body>
14 </html>