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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Window interface: attribute ondeviceorientation assert_true: The prototype object must have a property "ondeviceorientation" expected true got false 2 FAIL Window interface: attribute ondeviceorientation assert_true: The prototype object must have a property "ondeviceorientation" expected true got false
3 FAIL Window interface: attribute ondevicemotion assert_true: The prototype objec t must have a property "ondevicemotion" expected true got false 3 FAIL Window interface: attribute ondevicemotion assert_true: The prototype objec t must have a property "ondevicemotion" expected true got false
4 PASS DeviceOrientationEvent interface: existence and properties of interface obj ect 4 PASS DeviceOrientationEvent interface: existence and properties of interface obj ect
5 PASS DeviceOrientationEvent interface object length 5 PASS DeviceOrientationEvent interface object length
6 PASS DeviceOrientationEvent interface object name 6 PASS DeviceOrientationEvent interface object name
7 PASS DeviceOrientationEvent interface: existence and properties of interface pro totype object 7 PASS DeviceOrientationEvent interface: existence and properties of interface pro totype object
8 PASS DeviceOrientationEvent interface: existence and properties of interface pro totype object's "constructor" property 8 PASS DeviceOrientationEvent interface: existence and properties of interface pro totype object's "constructor" property
9 PASS DeviceOrientationEvent interface: attribute alpha 9 PASS DeviceOrientationEvent interface: attribute alpha
10 PASS DeviceOrientationEvent interface: attribute beta 10 PASS DeviceOrientationEvent interface: attribute beta
11 PASS DeviceOrientationEvent interface: attribute gamma 11 PASS DeviceOrientationEvent interface: attribute gamma
12 PASS DeviceOrientationEvent interface: attribute absolute 12 PASS DeviceOrientationEvent interface: attribute absolute
13 PASS DeviceOrientationEvent must be primary interface of new DeviceOrientationEv ent("foo")
14 PASS Stringification of new DeviceOrientationEvent("foo")
15 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "alpha" with the proper type (0) 13 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "alpha" with the proper type (0)
16 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "beta" with the proper type (1) 14 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "beta" with the proper type (1)
17 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "gamma" with the proper type (2) 15 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "gamma" with the proper type (2)
18 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "absolute" with the proper type (3) 16 PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must in herit property "absolute" with the proper type (3)
19 PASS DeviceMotionEvent interface: existence and properties of interface object 17 PASS DeviceMotionEvent interface: existence and properties of interface object
20 PASS DeviceMotionEvent interface object length 18 PASS DeviceMotionEvent interface object length
21 PASS DeviceMotionEvent interface object name 19 PASS DeviceMotionEvent interface object name
22 PASS DeviceMotionEvent interface: existence and properties of interface prototyp e object 20 PASS DeviceMotionEvent interface: existence and properties of interface prototyp e object
23 PASS DeviceMotionEvent interface: existence and properties of interface prototyp e object's "constructor" property 21 PASS DeviceMotionEvent interface: existence and properties of interface prototyp e object's "constructor" property
24 PASS DeviceMotionEvent interface: attribute acceleration 22 PASS DeviceMotionEvent interface: attribute acceleration
25 PASS DeviceMotionEvent interface: attribute accelerationIncludingGravity 23 PASS DeviceMotionEvent interface: attribute accelerationIncludingGravity
26 PASS DeviceMotionEvent interface: attribute rotationRate 24 PASS DeviceMotionEvent interface: attribute rotationRate
27 PASS DeviceMotionEvent interface: attribute interval 25 PASS DeviceMotionEvent interface: attribute interval
28 PASS DeviceMotionEvent must be primary interface of new DeviceMotionEvent("foo")
29 PASS Stringification of new DeviceMotionEvent("foo")
30 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "acceleration" with the proper type (0) 26 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "acceleration" with the proper type (0)
31 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "accelerationIncludingGravity" with the proper type (1) 27 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "accelerationIncludingGravity" with the proper type (1)
32 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "rotationRate" with the proper type (2) 28 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "rotationRate" with the proper type (2)
33 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "interval" with the proper type (3) 29 PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit prop erty "interval" with the proper type (3)
34 Harness: the test ran to completion. 30 Harness: the test ran to completion.
35 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698