OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
tkent
2014/03/11 06:42:49
Please move this to fast/forms/datalist/ or fast/f
| |
2 <html> | |
3 <body> | |
4 <script> | |
5 if (window.testRunner) | |
6 testRunner.dumpAsText(); | |
7 </script> | |
8 <p>No crash means test PASS.</p> | |
9 <input type="text" list="foo" style="-webkit-appearance: slider-vertical"> | |
10 <input type="text" list="foo" style="-webkit-appearance: slider-horizontal"> | |
11 <datalist id="foo"> | |
12 <option>1</option> | |
13 </datalist> | |
14 </body> | |
15 </html> | |
OLD | NEW |