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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
index 63e3f80706022058ab6916899f9b6329aaeb4c70..3898c3b30fe1f6a6298d27df80a23b9bd9b7a930 100644
--- a/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/mouse-relative-position-expected.txt
@@ -2,7 +2,7 @@ span
PASS simulateElementClick(testElement, [100, 100, 200, 200]); is '100, 100, 200, 200'
PASS simulateElementClick(spanElement, [16, 10, 16, 10]); is '16, 10, 16, 10'
-PASS simulateElementClick(inputElement, [40, 10, 40, 10]); is '40, 10, 40, 10'
+PASS simulateElementClick(inputElement, [39, 9, 95, 10]); is '39, 9, 95, 10'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698