Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / printing / layout_tests / source_html / forms / text-field.html
blob1d5a50525e44766715008c055fdaae2d3b5c66f7
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <form>
5 TextBoxOne: <input type="text"></input></br>
6 TextBoxTwo: <input type="text" value="default text"></input>
7 </form>
8 </body>
9 </html>