WebKit/qt/tests/qwebview/resources/input_types.html
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
     1 <html><body>
       
     2 <input type='text' maxlength='20' style='position: absolute; left: 10px; top: 0px; height: 50px; width: 100px;'/><br>
       
     3 <input type='password' style='position: absolute; left: 10px; top: 50px; height: 50px; width: 100px;'/><br>
       
     4 <input type='tel' style='position: absolute; left: 10px; top: 100px; height: 50px; width: 100px;'/><br>
       
     5 <input type='number' style='position: absolute; left: 10px; top: 150px; height: 50px; width: 100px;'/><br>
       
     6 <input type='email' style='position: absolute; left: 10px; top: 200px; height: 50px; width: 100px;'/><br>
       
     7 <input type='url' style='position: absolute; left: 10px; top: 250px; height: 50px; width: 100px;'/><br>
       
     8 <textarea style='position: absolute; left: 10px; top: 310px; height: 50px; width: 100px;' rows="2" cols="20">blah blah blah blah</textarea><br>
       
     9 </body></html>