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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt

Issue 2587393004: Add tangentialPressure and twist properties to PointerEvent on Mac (Closed)
Patch Set: pressure mac Created 3 years, 12 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/imported/wpt/pointerevents/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt
index 948b11dc511e680f26b7bd31985473d354cc704b..107597a1d525c2176c1e57ee535a920909cc2019 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/idlharness-expected.txt
@@ -58,10 +58,10 @@ PASS PointerEvent interface: attribute pointerId
PASS PointerEvent interface: attribute width
PASS PointerEvent interface: attribute height
PASS PointerEvent interface: attribute pressure
-FAIL PointerEvent interface: attribute tangentialPressure assert_true: The prototype object must have a property "tangentialPressure" expected true got false
+PASS PointerEvent interface: attribute tangentialPressure
PASS PointerEvent interface: attribute tiltX
PASS PointerEvent interface: attribute tiltY
-FAIL PointerEvent interface: attribute twist assert_true: The prototype object must have a property "twist" expected true got false
+PASS PointerEvent interface: attribute twist
PASS PointerEvent interface: attribute pointerType
PASS PointerEvent interface: attribute isPrimary
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698