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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/mouse-relative-position.html

Issue 1643663002: Conditionally create PaintLayer's scrollable area object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PaintLayerClipper
Patch Set: Created 4 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/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'");
Xianzhu 2016/02/25 19:57:51 Actually this was [39, 9, 39, 9] but [40, 10, 40,
+ shouldBe("simulateElementClick(inputElement, [39, 9, 95, 10]);", "'39, 9, 95, 10'");
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698