| Index: third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt
|
| index 579e36fed84ca7e7a297001cb2db988538552b13..5398bda92553002e20c970b5d4de481d4d6c1622 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt
|
| @@ -5,8 +5,8 @@ readOnly=false, disabled=false
|
| PASS input.value is "100"
|
| PASS changeEventCounter is >= lastChangeEventCounter + 1
|
| readOnly=true
|
| -PASS input.value is "50"
|
| -PASS lastChangeEventCounter is changeEventCounter
|
| +PASS input.value is "100"
|
| +PASS changeEventCounter is >= lastChangeEventCounter + 1
|
| disabled=true
|
| PASS input.value is "50"
|
| PASS lastChangeEventCounter is changeEventCounter
|
| @@ -16,8 +16,8 @@ readOnly=false, disabled=false
|
| PASS input.value is "100"
|
| PASS changeEventCounter is >= lastChangeEventCounter + 1
|
| readOnly=true
|
| -PASS input.value is "50"
|
| -PASS lastChangeEventCounter is changeEventCounter
|
| +PASS input.value is "100"
|
| +PASS changeEventCounter is >= lastChangeEventCounter + 1
|
| disabled=true
|
| PASS input.value is "50"
|
| PASS lastChangeEventCounter is changeEventCounter
|
|
|