Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Side by Side Diff: LayoutTests/fast/forms/range/range-drag-when-toggled-disabled-expected.txt

Issue 125973004: Update of change event for range input type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update of change event for range input type Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698