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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/gamepad/idlharness-expected.txt

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Navigator interface: operation getGamepads()
3 PASS Navigator must be primary interface of navigator
4 PASS Stringification of navigator
5 PASS Navigator interface: navigator must inherit property "getGamepads" with the proper type (0)
6 PASS Gamepad interface: existence and properties of interface object
7 PASS Gamepad interface object length
8 PASS Gamepad interface object name
9 FAIL Gamepad interface: existence and properties of interface prototype object a ssert_equals: class string of Gamepad.prototype expected "[object GamepadPrototy pe]" but got "[object Gamepad]"
10 PASS Gamepad interface: existence and properties of interface prototype object's "constructor" property
11 PASS Gamepad interface: attribute id
12 PASS Gamepad interface: attribute index
13 PASS Gamepad interface: attribute connected
14 PASS Gamepad interface: attribute timestamp
15 PASS Gamepad interface: attribute mapping
16 PASS Gamepad interface: attribute axes
17 PASS Gamepad interface: attribute buttons
18 PASS GamepadButton interface: existence and properties of interface object
19 PASS GamepadButton interface object length
20 PASS GamepadButton interface object name
21 FAIL GamepadButton interface: existence and properties of interface prototype ob ject assert_equals: class string of GamepadButton.prototype expected "[object Ga mepadButtonPrototype]" but got "[object GamepadButton]"
22 PASS GamepadButton interface: existence and properties of interface prototype ob ject's "constructor" property
23 PASS GamepadButton interface: attribute pressed
24 PASS GamepadButton interface: attribute value
25 PASS GamepadEvent interface: existence and properties of interface object
26 PASS GamepadEvent interface object length
27 PASS GamepadEvent interface object name
28 FAIL GamepadEvent interface: existence and properties of interface prototype obj ect assert_equals: class string of GamepadEvent.prototype expected "[object Game padEventPrototype]" but got "[object GamepadEvent]"
29 PASS GamepadEvent interface: existence and properties of interface prototype obj ect's "constructor" property
30 PASS GamepadEvent interface: attribute gamepad
31 PASS GamepadEvent must be primary interface of [object GamepadEvent]
32 PASS Stringification of [object GamepadEvent]
33 PASS GamepadEvent interface: [object GamepadEvent] must inherit property "gamepa d" with the proper type (0)
34 Harness: the test ran to completion.
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698