| OLD | NEW |
| 1 Test for dragging operations of <input type=range> | 1 Test for dragging operations of <input type=range> |
| 2 | 2 |
| 3 Tests for range dragging from center. | 3 Tests for range dragging from center. |
| 4 readOnly=false, disabled=false | 4 readOnly=false, disabled=false |
| 5 PASS input.value is "100" | 5 PASS input.value is "100" |
| 6 PASS changeEventCounter is >= lastChangeEventCounter + 1 | 6 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 7 readOnly=true | 7 readOnly=true |
| 8 PASS input.value is "50" | 8 PASS input.value is "100" |
| 9 PASS lastChangeEventCounter is changeEventCounter | 9 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 10 disabled=true | 10 disabled=true |
| 11 PASS input.value is "50" | 11 PASS input.value is "50" |
| 12 PASS lastChangeEventCounter is changeEventCounter | 12 PASS lastChangeEventCounter is changeEventCounter |
| 13 | 13 |
| 14 Tests for range dragging from edge | 14 Tests for range dragging from edge |
| 15 readOnly=false, disabled=false | 15 readOnly=false, disabled=false |
| 16 PASS input.value is "100" | 16 PASS input.value is "100" |
| 17 PASS changeEventCounter is >= lastChangeEventCounter + 1 | 17 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 18 readOnly=true | 18 readOnly=true |
| 19 PASS input.value is "50" | 19 PASS input.value is "100" |
| 20 PASS lastChangeEventCounter is changeEventCounter | 20 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 21 disabled=true | 21 disabled=true |
| 22 PASS input.value is "50" | 22 PASS input.value is "50" |
| 23 PASS lastChangeEventCounter is changeEventCounter | 23 PASS lastChangeEventCounter is changeEventCounter |
| 24 | 24 |
| 25 PASS successfullyParsed is true | 25 PASS successfullyParsed is true |
| 26 | 26 |
| 27 TEST COMPLETE | 27 TEST COMPLETE |
| 28 | 28 |
| OLD | NEW |