| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 .test { | 2 .test { |
| 3 margin: 0; | 3 margin: 0; |
| 4 padding: 10px; | 4 padding: 10px; |
| 5 width: 300px; | 5 width: 300px; |
| 6 height: 60px; | 6 height: 60px; |
| 7 float: left; | 7 float: left; |
| 8 } | 8 } |
| 9 </style> | 9 </style> |
| 10 | 10 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 <div class="test"> | 67 <div class="test"> |
| 68 <h4>Test 11: Insert non-datalist in front</h4> | 68 <h4>Test 11: Insert non-datalist in front</h4> |
| 69 <input type="range" /> | 69 <input type="range" /> |
| 70 </div> | 70 </div> |
| 71 | 71 |
| 72 <div class="test"> | 72 <div class="test"> |
| 73 <h4>Test 12: Remove datalist</h4> | 73 <h4>Test 12: Remove datalist</h4> |
| 74 <input type="range" /> | 74 <input type="range" /> |
| 75 </div> | 75 </div> |
| 76 | 76 |
| 77 <button id="button">Run tests.</button> | 77 <button id="button" autofocus>Run tests.</button> |
| OLD | NEW |