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

Unified Diff: LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt

Issue 1159793005: Deprecated webkit-prefixed properties of the Touch interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt
diff --git a/LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt b/LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt
index c7ed219e9878cb88b81b8c79d2545e5ab278556d..d8a7b342c708f520ee23ee931f91a03d25a8c937 100644
--- a/LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt
+++ b/LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt
@@ -16,8 +16,8 @@ PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 30.33
PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 4.5
PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 33.33
PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 14.5
-PASS lastEvent.changedTouches[0].webkitRadiusX is within 0.00001 of 5.2
-PASS lastEvent.changedTouches[0].webkitRadiusY is within 0.00001 of 6.3
+PASS lastEvent.changedTouches[0].radiusX is within 0.00001 of 5.2
+PASS lastEvent.changedTouches[0].radiusY is within 0.00001 of 6.3
Testing fractional touch inside simple iframe
PASS eventCount is 1

Powered by Google App Engine
This is Rietveld 408576698