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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animation/idlharness-expected.txt

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Add back in DCHECK about flag being enabled Created 3 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Animation interface automated IDL tests 2 PASS Animation interface automated IDL tests
3 FAIL Animation interface: existence and properties of interface object assert_ow n_property: self does not have own property "Animation" expected property "Anima tion" missing 3 PASS Animation interface: existence and properties of interface object
4 FAIL Animation interface object length assert_own_property: self does not have o wn property "Animation" expected property "Animation" missing 4 PASS Animation interface object length
5 FAIL Animation interface object name assert_own_property: self does not have own property "Animation" expected property "Animation" missing 5 PASS Animation interface object name
6 FAIL Animation interface: existence and properties of interface prototype object assert_own_property: self does not have own property "Animation" expected prope rty "Animation" missing 6 PASS Animation interface: existence and properties of interface prototype object
7 FAIL Animation interface: existence and properties of interface prototype object 's "constructor" property assert_own_property: self does not have own property " Animation" expected property "Animation" missing 7 PASS Animation interface: existence and properties of interface prototype object 's "constructor" property
8 FAIL Animation interface: attribute id assert_own_property: self does not have o wn property "Animation" expected property "Animation" missing 8 PASS Animation interface: attribute id
9 FAIL Animation interface: attribute effect assert_own_property: self does not ha ve own property "Animation" expected property "Animation" missing 9 PASS Animation interface: attribute effect
10 FAIL Animation interface: attribute timeline assert_own_property: self does not have own property "Animation" expected property "Animation" missing 10 FAIL Animation interface: attribute timeline assert_equals: setter must be funct ion for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
11 FAIL Animation interface: attribute startTime assert_own_property: self does not have own property "Animation" expected property "Animation" missing 11 PASS Animation interface: attribute startTime
12 FAIL Animation interface: attribute currentTime assert_own_property: self does n ot have own property "Animation" expected property "Animation" missing 12 PASS Animation interface: attribute currentTime
13 FAIL Animation interface: attribute playbackRate assert_own_property: self does not have own property "Animation" expected property "Animation" missing 13 PASS Animation interface: attribute playbackRate
14 FAIL Animation interface: attribute playState assert_own_property: self does not have own property "Animation" expected property "Animation" missing 14 PASS Animation interface: attribute playState
15 FAIL Animation interface: attribute ready assert_own_property: self does not hav e own property "Animation" expected property "Animation" missing 15 FAIL Animation interface: attribute ready Illegal invocation
16 FAIL Animation interface: attribute finished assert_own_property: self does not have own property "Animation" expected property "Animation" missing 16 FAIL Animation interface: attribute finished Illegal invocation
17 FAIL Animation interface: attribute onfinish assert_own_property: self does not have own property "Animation" expected property "Animation" missing 17 PASS Animation interface: attribute onfinish
18 FAIL Animation interface: attribute oncancel assert_own_property: self does not have own property "Animation" expected property "Animation" missing 18 PASS Animation interface: attribute oncancel
19 FAIL Animation interface: operation cancel() assert_own_property: self does not have own property "Animation" expected property "Animation" missing 19 PASS Animation interface: operation cancel()
20 FAIL Animation interface: operation finish() assert_own_property: self does not have own property "Animation" expected property "Animation" missing 20 PASS Animation interface: operation finish()
21 FAIL Animation interface: operation play() assert_own_property: self does not ha ve own property "Animation" expected property "Animation" missing 21 PASS Animation interface: operation play()
22 FAIL Animation interface: operation pause() assert_own_property: self does not h ave own property "Animation" expected property "Animation" missing 22 PASS Animation interface: operation pause()
23 FAIL Animation interface: operation reverse() assert_own_property: self does not have own property "Animation" expected property "Animation" missing 23 PASS Animation interface: operation reverse()
24 FAIL Animation interface: new Animation() must inherit property "id" with the pr oper type (0) assert_equals: Unexpected exception when evaluating object expecte d null but got object "ReferenceError: Animation is not defined" 24 PASS Animation interface: new Animation() must inherit property "id" with the pr oper type (0)
25 FAIL Animation interface: new Animation() must inherit property "effect" with th e proper type (1) assert_equals: Unexpected exception when evaluating object exp ected null but got object "ReferenceError: Animation is not defined" 25 PASS Animation interface: new Animation() must inherit property "effect" with th e proper type (1)
26 FAIL Animation interface: new Animation() must inherit property "timeline" with the proper type (2) assert_equals: Unexpected exception when evaluating object e xpected null but got object "ReferenceError: Animation is not defined" 26 PASS Animation interface: new Animation() must inherit property "timeline" with the proper type (2)
27 FAIL Animation interface: new Animation() must inherit property "startTime" with the proper type (3) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Animation is not defined" 27 PASS Animation interface: new Animation() must inherit property "startTime" with the proper type (3)
28 FAIL Animation interface: new Animation() must inherit property "currentTime" wi th the proper type (4) assert_equals: Unexpected exception when evaluating objec t expected null but got object "ReferenceError: Animation is not defined" 28 PASS Animation interface: new Animation() must inherit property "currentTime" wi th the proper type (4)
29 FAIL Animation interface: new Animation() must inherit property "playbackRate" w ith the proper type (5) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "ReferenceError: Animation is not defined" 29 PASS Animation interface: new Animation() must inherit property "playbackRate" w ith the proper type (5)
30 FAIL Animation interface: new Animation() must inherit property "playState" with the proper type (6) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Animation is not defined" 30 PASS Animation interface: new Animation() must inherit property "playState" with the proper type (6)
31 FAIL Animation interface: new Animation() must inherit property "ready" with the proper type (7) assert_equals: Unexpected exception when evaluating object expe cted null but got object "ReferenceError: Animation is not defined" 31 PASS Animation interface: new Animation() must inherit property "ready" with the proper type (7)
32 FAIL Animation interface: new Animation() must inherit property "finished" with the proper type (8) assert_equals: Unexpected exception when evaluating object e xpected null but got object "ReferenceError: Animation is not defined" 32 PASS Animation interface: new Animation() must inherit property "finished" with the proper type (8)
33 FAIL Animation interface: new Animation() must inherit property "onfinish" with the proper type (9) assert_equals: Unexpected exception when evaluating object e xpected null but got object "ReferenceError: Animation is not defined" 33 PASS Animation interface: new Animation() must inherit property "onfinish" with the proper type (9)
34 FAIL Animation interface: new Animation() must inherit property "oncancel" with the proper type (10) assert_equals: Unexpected exception when evaluating object expected null but got object "ReferenceError: Animation is not defined" 34 PASS Animation interface: new Animation() must inherit property "oncancel" with the proper type (10)
35 FAIL Animation interface: new Animation() must inherit property "cancel" with th e proper type (11) assert_equals: Unexpected exception when evaluating object ex pected null but got object "ReferenceError: Animation is not defined" 35 PASS Animation interface: new Animation() must inherit property "cancel" with th e proper type (11)
36 FAIL Animation interface: new Animation() must inherit property "finish" with th e proper type (12) assert_equals: Unexpected exception when evaluating object ex pected null but got object "ReferenceError: Animation is not defined" 36 PASS Animation interface: new Animation() must inherit property "finish" with th e proper type (12)
37 FAIL Animation interface: new Animation() must inherit property "play" with the proper type (13) assert_equals: Unexpected exception when evaluating object expe cted null but got object "ReferenceError: Animation is not defined" 37 PASS Animation interface: new Animation() must inherit property "play" with the proper type (13)
38 FAIL Animation interface: new Animation() must inherit property "pause" with the proper type (14) assert_equals: Unexpected exception when evaluating object exp ected null but got object "ReferenceError: Animation is not defined" 38 PASS Animation interface: new Animation() must inherit property "pause" with the proper type (14)
39 FAIL Animation interface: new Animation() must inherit property "reverse" with t he proper type (15) assert_equals: Unexpected exception when evaluating object e xpected null but got object "ReferenceError: Animation is not defined" 39 PASS Animation interface: new Animation() must inherit property "reverse" with t he proper type (15)
40 Harness: the test ran to completion. 40 Harness: the test ran to completion.
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698