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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 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/external/wpt/pointerevents/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/pointerevents/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/pointerevents/idlharness-expected.txt
deleted file mode 100644
index d4573e8b01d434570f30303638aa69e6ba55808b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/pointerevents/idlharness-expected.txt
+++ /dev/null
@@ -1,68 +0,0 @@
-CONSOLE MESSAGE: line 251: callback not yet supported
-This is a testharness.js-based test.
-PASS Window interface: attribute ongotpointercapture
-PASS Window interface: attribute onlostpointercapture
-PASS Window interface: attribute onpointerdown
-PASS Window interface: attribute onpointermove
-PASS Window interface: attribute onpointerup
-PASS Window interface: attribute onpointercancel
-PASS Window interface: attribute onpointerover
-PASS Window interface: attribute onpointerout
-PASS Window interface: attribute onpointerenter
-PASS Window interface: attribute onpointerleave
-PASS Window must be primary interface of window
-PASS Stringification of window
-PASS Window interface: window must inherit property "ongotpointercapture" with the proper type (0)
-PASS Window interface: window must inherit property "onlostpointercapture" with the proper type (1)
-PASS Window interface: window must inherit property "onpointerdown" with the proper type (2)
-PASS Window interface: window must inherit property "onpointermove" with the proper type (3)
-PASS Window interface: window must inherit property "onpointerup" with the proper type (4)
-PASS Window interface: window must inherit property "onpointercancel" with the proper type (5)
-PASS Window interface: window must inherit property "onpointerover" with the proper type (6)
-PASS Window interface: window must inherit property "onpointerout" with the proper type (7)
-PASS Window interface: window must inherit property "onpointerenter" with the proper type (8)
-PASS Window interface: window must inherit property "onpointerleave" with the proper type (9)
-PASS Navigator interface: attribute maxTouchPoints
-PASS Navigator must be primary interface of navigator
-PASS Stringification of navigator
-PASS Navigator interface: navigator must inherit property "maxTouchPoints" with the proper type (0)
-PASS Element interface: operation setPointerCapture(long)
-PASS Element interface: operation releasePointerCapture(long)
-PASS Element interface: operation hasPointerCapture(long)
-PASS HTMLElement interface: attribute ongotpointercapture
-PASS HTMLElement interface: attribute onlostpointercapture
-PASS HTMLElement interface: attribute onpointerdown
-PASS HTMLElement interface: attribute onpointermove
-PASS HTMLElement interface: attribute onpointerup
-PASS HTMLElement interface: attribute onpointercancel
-PASS HTMLElement interface: attribute onpointerover
-PASS HTMLElement interface: attribute onpointerout
-PASS HTMLElement interface: attribute onpointerenter
-PASS HTMLElement interface: attribute onpointerleave
-PASS Document interface: attribute ongotpointercapture
-PASS Document interface: attribute onlostpointercapture
-PASS Document interface: attribute onpointerdown
-PASS Document interface: attribute onpointermove
-PASS Document interface: attribute onpointerup
-PASS Document interface: attribute onpointercancel
-PASS Document interface: attribute onpointerover
-PASS Document interface: attribute onpointerout
-PASS Document interface: attribute onpointerenter
-PASS Document interface: attribute onpointerleave
-PASS PointerEvent interface: existence and properties of interface object
-PASS PointerEvent interface object length
-PASS PointerEvent interface object name
-FAIL PointerEvent interface: existence and properties of interface prototype object assert_equals: class string of PointerEvent.prototype expected "[object PointerEventPrototype]" but got "[object PointerEvent]"
-PASS PointerEvent interface: existence and properties of interface prototype object's "constructor" property
-PASS PointerEvent interface: attribute pointerId
-PASS PointerEvent interface: attribute width
-PASS PointerEvent interface: attribute height
-PASS PointerEvent interface: attribute pressure
-PASS PointerEvent interface: attribute tangentialPressure
-PASS PointerEvent interface: attribute tiltX
-PASS PointerEvent interface: attribute tiltY
-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