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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt

Issue 2406263003: Make PointerEvent coordinates fractional for touch (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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/pointerevents/touch-pointer-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt
index 5c635f97ed3ec103c38fc5783479fdc7c1dfedf8..3a6af87810cff55060cbb27dab574d42dbfdebd2 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt
@@ -103,8 +103,12 @@ green received pointermove at phase=target
PASS receivedPEsAtTarget[5].isPrimary is true
PASS receivedPEsAtTarget[5].button is -1
PASS receivedPEsAtTarget[5].buttons is 1
-PASS receivedPEsAtTarget[5].clientX is 168
-PASS receivedPEsAtTarget[5].clientY is 176
+PASS receivedPEsAtTarget[5].clientX is 168.5
+PASS receivedPEsAtTarget[5].clientY is 175.25
+PASS receivedPEsAtTarget[5].screenX is 168.5
+PASS receivedPEsAtTarget[5].screenY is 175.25
+PASS receivedPEsAtTarget[5].pageX is 168.5
+PASS receivedPEsAtTarget[5].pageY is 175.25
PASS receivedPEsAtTarget.length is 6
green received pointerup at phase=target
green received pointerout at phase=target

Powered by Google App Engine
This is Rietveld 408576698