Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / range / range-drag-when-toggled-disabled-expected.txt
blobec47c28c213b033a60a56a2737931b58ff0eee2e
1 Test for dragging operations of <input type=range> when readonly or disabled are toggled.
3 Tests for range dragging while it toggles to be readonly.
4 readOnly=false, disabled=false
5 PASS input.value is "100"
6 PASS lastChangeEventCounter is changeEventCounter
7 PASS input.value is "0"
8 PASS changeEventCounter is >= lastChangeEventCounter + 1
9 readOnly=true
10 PASS input.value is "0"
11 PASS lastChangeEventCounter is changeEventCounter
13 Tests for range dragging while it toggles to be disabled.
14 readOnly=false, disabled=false
15 PASS input.value is "100"
16 PASS lastChangeEventCounter is changeEventCounter
17 PASS input.value is "0"
18 PASS changeEventCounter is >= lastChangeEventCounter + 1
19 disabled=true
20 PASS input.value is "0"
21 PASS lastChangeEventCounter is changeEventCounter
23 PASS successfullyParsed is true
25 TEST COMPLETE