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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/range/range-drag.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/range/range-drag.html b/third_party/WebKit/LayoutTests/fast/forms/range/range-drag.html
index 96d62ed055cdaf27651630ebfb96a9f80b62ea83..c8b0fea109216c507965c85eb45e37c191b2a59e 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/range/range-drag.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/range/range-drag.html
@@ -51,8 +51,8 @@ function testInput(dragsFromEdge) {
input.valueAsNumber = 50;
lastChangeEventCounter = changeEventCounter;
dragMouse();
- shouldBe('input.value', '"50"');
- shouldBe('lastChangeEventCounter', 'changeEventCounter');
+ shouldBe('input.value', '"100"');
+ shouldBeGreaterThanOrEqual('changeEventCounter', 'lastChangeEventCounter + 1');
debug('disabled=true');
input.readOnly = false;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/range/range-drag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698