| OLD | NEW |
| 1 Test for dragging operations of <input type=range> when readonly or disabled are
toggled. | 1 Test for dragging operations of <input type=range> when readonly or disabled are
toggled. |
| 2 | 2 |
| 3 Tests for range dragging while it toggles to be readonly. | 3 Tests for range dragging while it toggles to be readonly. |
| 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 | |
| 7 PASS input.value is "0" | 6 PASS input.value is "0" |
| 8 PASS changeEventCounter is >= lastChangeEventCounter + 1 | 7 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 9 readOnly=true | 8 readOnly=true |
| 10 PASS input.value is "0" | 9 PASS input.value is "0" |
| 11 PASS lastChangeEventCounter is changeEventCounter | 10 PASS lastChangeEventCounter is changeEventCounter |
| 12 | 11 |
| 13 Tests for range dragging while it toggles to be disabled. | 12 Tests for range dragging while it toggles to be disabled. |
| 14 readOnly=false, disabled=false | 13 readOnly=false, disabled=false |
| 15 PASS input.value is "100" | 14 PASS input.value is "100" |
| 16 PASS changeEventCounter is >= lastChangeEventCounter + 1 | |
| 17 PASS input.value is "0" | 15 PASS input.value is "0" |
| 18 PASS changeEventCounter is >= lastChangeEventCounter + 1 | 16 PASS changeEventCounter is >= lastChangeEventCounter + 1 |
| 19 disabled=true | 17 disabled=true |
| 20 PASS input.value is "0" | 18 PASS input.value is "0" |
| 21 PASS lastChangeEventCounter is changeEventCounter | 19 PASS lastChangeEventCounter is changeEventCounter |
| 22 | 20 |
| 23 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
| 24 | 22 |
| 25 TEST COMPLETE | 23 TEST COMPLETE |
| 26 | 24 |
| OLD | NEW |