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

Unified Diff: LayoutTests/fast/events/touch/document-create-touch-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/document-create-touch-expected.txt
diff --git a/LayoutTests/fast/events/touch/document-create-touch-expected.txt b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
index ef8cd0e1f4290bfb45ca28677e427a9e11b1e7ad..9e79ecc7af13c0fd2357989d88ec5522f38b8101 100644
--- a/LayoutTests/fast/events/touch/document-create-touch-expected.txt
+++ b/LayoutTests/fast/events/touch/document-create-touch-expected.txt
@@ -15,10 +15,6 @@ PASS touch.radiusX is 5
PASS touch.radiusY is 3
PASS touch.rotationAngle is 10
PASS touch.force is 10
-PASS touch.webkitRadiusX is 5
-PASS touch.webkitRadiusY is 3
-PASS touch.webkitRotationAngle is 10
-PASS touch.webkitForce is 10
PASS emptyTouch is non-null.
PASS emptyTouch.target is null
PASS emptyTouch.identifier is 0
@@ -30,10 +26,6 @@ PASS emptyTouch.radiusX is 0
PASS emptyTouch.radiusY is 0
PASS emptyTouch.rotationAngle is 0
PASS emptyTouch.force is 0
-PASS emptyTouch.webkitRadiusX is 0
-PASS emptyTouch.webkitRadiusY is 0
-PASS emptyTouch.webkitRotationAngle is 0
-PASS emptyTouch.webkitForce is 0
PASS badParamsTouch is non-null.
PASS badParamsTouch.target is null
PASS badParamsTouch.identifier is 0
@@ -45,10 +37,6 @@ PASS badParamsTouch.radiusX is 0
PASS badParamsTouch.radiusY is 0
PASS badParamsTouch.rotationAngle is 0
PASS badParamsTouch.force is 0
-PASS badParamsTouch.webkitRadiusX is 0
-PASS badParamsTouch.webkitRadiusY is 0
-PASS badParamsTouch.webkitRotationAngle is 0
-PASS badParamsTouch.webkitForce is 0
PASS detachedTouch = document.implementation.createDocument('a', 'b').createTouch() is non-null.
PASS detachedTouch.target is null
PASS detachedTouch.identifier is 0
@@ -60,10 +48,6 @@ PASS detachedTouch.radiusX is 0
PASS detachedTouch.radiusY is 0
PASS detachedTouch.rotationAngle is 0
PASS detachedTouch.force is 0
-PASS detachedTouch.webkitRadiusX is 0
-PASS detachedTouch.webkitRadiusY is 0
-PASS detachedTouch.webkitRotationAngle is 0
-PASS detachedTouch.webkitForce is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698