Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
index ca21b733c73491f9338889e566ede6d584392689..39d4d0180c11156691c7a2f3f738108a374fa354 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
@@ -226,7 +226,7 @@ void RangeInputType::handleKeydownEvent(KeyboardEvent* event) { |
if (newValue != current) { |
EventQueueScope scope; |
TextFieldEventBehavior eventBehavior = DispatchInputAndChangeEvent; |
- setValueAsDecimal(newValue, eventBehavior, IGNORE_EXCEPTION); |
+ setValueAsDecimal(newValue, eventBehavior, IGNORE_EXCEPTION_FOR_TESTING); |
if (AXObjectCache* cache = element().document().existingAXObjectCache()) |
cache->handleValueChanged(&element()); |