browser/metro/base/tests/mochitest/browser_form_auto_complete.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/tests/mochitest/browser_form_auto_complete.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +</style>
     1.9 +</head>
    1.10 +<body style="margin: 20px 20px 20px 20px;">
    1.11 +<form id="form1" method="get" autocomplete="on">
    1.12 +<datalist id="testdatalist">
    1.13 +   <option value="one">
    1.14 +   <option value="two">
    1.15 +   <option value="three">
    1.16 +   <option value="four">
    1.17 +   <option value="five">
    1.18 +</datalist> 
    1.19 +<input autocomplete="on" list="testdatalist" id="textedit1" style="width:200px;" type="text" />
    1.20 +</form>
    1.21 +</body>
    1.22 +</html>

mercurial