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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/api/interfaces-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 Found 63 tests; 59 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS VTTCue interface: existence and properties of interface object 2 PASS VTTCue interface: existence and properties of interface object
4 PASS VTTCue interface object length 3 PASS VTTCue interface object length
5 PASS VTTCue interface object name 4 PASS VTTCue interface object name
6 PASS VTTCue interface: existence and properties of interface prototype object 5 PASS VTTCue interface: existence and properties of interface prototype object
7 PASS VTTCue interface: existence and properties of interface prototype object's "constructor" property 6 PASS VTTCue interface: existence and properties of interface prototype object's "constructor" property
8 PASS VTTCue interface: attribute region 7 PASS VTTCue interface: attribute region
9 PASS VTTCue interface: attribute vertical 8 PASS VTTCue interface: attribute vertical
10 PASS VTTCue interface: attribute snapToLines 9 PASS VTTCue interface: attribute snapToLines
11 PASS VTTCue interface: attribute line 10 PASS VTTCue interface: attribute line
12 FAIL VTTCue interface: attribute lineAlign assert_true: The prototype object mus t have a property "lineAlign" expected true got false 11 FAIL VTTCue interface: attribute lineAlign assert_true: The prototype object mus t have a property "lineAlign" expected true got false
13 PASS VTTCue interface: attribute position 12 PASS VTTCue interface: attribute position
14 FAIL VTTCue interface: attribute positionAlign assert_true: The prototype object must have a property "positionAlign" expected true got false 13 FAIL VTTCue interface: attribute positionAlign assert_true: The prototype object must have a property "positionAlign" expected true got false
15 PASS VTTCue interface: attribute size 14 PASS VTTCue interface: attribute size
16 PASS VTTCue interface: attribute align 15 PASS VTTCue interface: attribute align
17 PASS VTTCue interface: attribute text 16 PASS VTTCue interface: attribute text
18 PASS VTTCue interface: operation getCueAsHTML() 17 PASS VTTCue interface: operation getCueAsHTML()
19 PASS VTTCue must be primary interface of new VTTCue(0, 0, "")
20 PASS Stringification of new VTTCue(0, 0, "")
21 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "region" with the proper type (0) 18 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "region" with the proper type (0)
22 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "vertical" wit h the proper type (1) 19 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "vertical" wit h the proper type (1)
23 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "snapToLines" with the proper type (2) 20 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "snapToLines" with the proper type (2)
24 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "line" with th e proper type (3) 21 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "line" with th e proper type (3)
25 FAIL VTTCue interface: new VTTCue(0, 0, "") must inherit property "lineAlign" wi th the proper type (4) assert_inherits: property "lineAlign" not found in protot ype chain 22 FAIL VTTCue interface: new VTTCue(0, 0, "") must inherit property "lineAlign" wi th the proper type (4) assert_inherits: property "lineAlign" not found in protot ype chain
26 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "position" wit h the proper type (5) 23 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "position" wit h the proper type (5)
27 FAIL VTTCue interface: new VTTCue(0, 0, "") must inherit property "positionAlign " with the proper type (6) assert_inherits: property "positionAlign" not found i n prototype chain 24 FAIL VTTCue interface: new VTTCue(0, 0, "") must inherit property "positionAlign " with the proper type (6) assert_inherits: property "positionAlign" not found i n prototype chain
28 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "size" with th e proper type (7) 25 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "size" with th e proper type (7)
29 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "align" with t he proper type (8) 26 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "align" with t he proper type (8)
30 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "text" with th e proper type (9) 27 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "text" with th e proper type (9)
31 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "getCueAsHTML" with the proper type (10) 28 PASS VTTCue interface: new VTTCue(0, 0, "") must inherit property "getCueAsHTML" with the proper type (10)
32 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "track" with the proper type (0)
33 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "id" wit h the proper type (1)
34 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "startTi me" with the proper type (2)
35 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "endTime " with the proper type (3)
36 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "pauseOn Exit" with the proper type (4)
37 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "onenter " with the proper type (5)
38 PASS TextTrackCue interface: new VTTCue(0, 0, "") must inherit property "onexit" with the proper type (6)
39 PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "addEvent Listener" with the proper type (0)
40 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new VTTCue(0, 0, "") with too few arguments mus t throw TypeError
41 PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "removeEv entListener" with the proper type (1)
42 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new VTTCue(0, 0, "") with too few arguments must throw TypeError
43 PASS EventTarget interface: new VTTCue(0, 0, "") must inherit property "dispatch Event" with the proper type (2)
44 PASS EventTarget interface: calling dispatchEvent(Event) on new VTTCue(0, 0, "") with too few arguments must throw TypeError
45 PASS VTTRegion interface: existence and properties of interface object 29 PASS VTTRegion interface: existence and properties of interface object
46 PASS VTTRegion interface object length 30 PASS VTTRegion interface object length
47 PASS VTTRegion interface object name 31 PASS VTTRegion interface object name
48 PASS VTTRegion interface: existence and properties of interface prototype object 32 PASS VTTRegion interface: existence and properties of interface prototype object
49 PASS VTTRegion interface: existence and properties of interface prototype object 's "constructor" property 33 PASS VTTRegion interface: existence and properties of interface prototype object 's "constructor" property
50 PASS VTTRegion interface: attribute width 34 PASS VTTRegion interface: attribute width
51 PASS VTTRegion interface: attribute lines 35 PASS VTTRegion interface: attribute lines
52 PASS VTTRegion interface: attribute regionAnchorX 36 PASS VTTRegion interface: attribute regionAnchorX
53 PASS VTTRegion interface: attribute regionAnchorY 37 PASS VTTRegion interface: attribute regionAnchorY
54 PASS VTTRegion interface: attribute viewportAnchorX 38 PASS VTTRegion interface: attribute viewportAnchorX
55 PASS VTTRegion interface: attribute viewportAnchorY 39 PASS VTTRegion interface: attribute viewportAnchorY
56 PASS VTTRegion interface: attribute scroll 40 PASS VTTRegion interface: attribute scroll
57 PASS VTTRegion must be primary interface of new VTTRegion()
58 PASS Stringification of new VTTRegion()
59 PASS VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0) 41 PASS VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0)
60 PASS VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1) 42 PASS VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1)
61 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2) 43 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2)
62 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3) 44 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3)
63 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX " with the proper type (4) 45 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX " with the proper type (4)
64 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY " with the proper type (5) 46 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY " with the proper type (5)
65 PASS VTTRegion interface: new VTTRegion() must inherit property "scroll" with th e proper type (6) 47 PASS VTTRegion interface: new VTTRegion() must inherit property "scroll" with th e proper type (6)
66 Harness: the test ran to completion. 48 Harness: the test ran to completion.
67 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698