Index: third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html |
index 50d983f773088ac2021cce4c8bd437cce5a9f071..34058c707ff712f0ef85ad0fcd138313a5cb988f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html |
@@ -98,6 +98,6 @@ |
shouldBe("simulateElementClick(testElement, [100, 100, 200, 200]);", "'100, 100, 200, 200'"); |
shouldBe("simulateElementClick(spanElement, [16, 10, 16, 10]);", "'16, 10, 16, 10'"); |
- shouldBe("simulateElementClick(inputElement, [40, 10, 40, 10]);", "'40, 10, 40, 10'"); |
+ shouldBe("simulateElementClick(inputElement, [39, 9, 95, 10]);", "'39, 9, 95, 10'"); |
</script> |
</html> |