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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt

Issue 2703013002: Ignore the |readonly| attribute in <input type=range> (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698