11 <p>Tests
1-
10 should have a tick at
80%. Tests
11 and
12 should have no ticks.
</p>
13 <datalist id=
"list80">
18 <h4>Test
1: Changing option value
</h4>
19 <input type=
"range" list=
"list80" />
23 <h4>Test
2: Changing option attribute
</h4>
24 <input type=
"range" list=
"list80" />
28 <h4>Test
3: Changing option text content
</h4>
29 <input type=
"range" list=
"list80" />
33 <h4>Test
4: Set datalist
</h4>
34 <input type=
"range" list=
"list80" />
38 <h4>Test
5: Set another datalist
</h4>
39 <input type=
"range" list=
"list80" />
43 <h4>Test
6: Reassign datalist id
</h4>
44 <input type=
"range" list=
"list80" />
48 <h4>Test
7: Reassign datalist in front
</h4>
49 <input type=
"range" list=
"list80" />
53 <h4>Test
8: Insert datalist in front
</h4>
54 <input type=
"range" list=
"list80" />
58 <h4>Test
9: Insert option
</h4>
59 <input type=
"range" list=
"list80" />
63 <h4>Test
10: Remove option
</h4>
64 <input type=
"range" list=
"list80" />
68 <h4>Test
11: Insert non-datalist in front
</h4>
69 <input type=
"range" />
73 <h4>Test
12: Remove datalist
</h4>
74 <input type=
"range" />
77 <button id=
"button">Run tests.
</button>