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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webvtt/interfaces-expected.txt

Issue 2694623006: Enable new wpt/webvtt tests. (Closed)
Patch Set: Update expectations and baselines. 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL VTTCue interface: existence and properties of interface object Cannot read property 'has_extended_attribute' of undefined
3 PASS VTTCue interface object length
4 PASS VTTCue interface object name
5 FAIL VTTCue interface: existence and properties of interface prototype object Ca nnot read property 'has_extended_attribute' of undefined
6 PASS VTTCue interface: existence and properties of interface prototype object's "constructor" property
7 PASS VTTCue interface: attribute region
8 PASS VTTCue interface: attribute vertical
9 PASS VTTCue interface: attribute snapToLines
10 PASS VTTCue interface: attribute line
11 FAIL VTTCue interface: attribute lineAlign assert_true: The prototype object mus t have a property "lineAlign" expected true got false
12 PASS VTTCue interface: attribute position
13 FAIL VTTCue interface: attribute positionAlign assert_true: The prototype object must have a property "positionAlign" expected true got false
14 PASS VTTCue interface: attribute size
15 PASS VTTCue interface: attribute align
16 PASS VTTCue interface: attribute text
17 PASS VTTCue interface: operation getCueAsHTML()
18 PASS VTTCue must be primary interface of new VTTCue(0, 1, "foo")
19 FAIL Stringification of new VTTCue(0, 1, "foo") Cannot read property 'has_string ifier' of undefined
20 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "region" wi th the proper type (0)
21 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "vertical" with the proper type (1)
22 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "snapToLine s" with the proper type (2)
23 FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "line" with the proper type (3) Unrecognized type [object Object],[object Object]
24 FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "lineAlign" with the proper type (4) assert_inherits: property "lineAlign" not found in pro totype chain
25 FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "position" with the proper type (5) Unrecognized type [object Object],[object Object]
26 FAIL VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "positionAl ign" with the proper type (6) assert_inherits: property "positionAlign" not foun d in prototype chain
27 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "size" with the proper type (7)
28 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "align" wit h the proper type (8)
29 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "text" with the proper type (9)
30 PASS VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "getCueAsHT ML" with the proper type (10)
31 PASS VTTRegion interface: existence and properties of interface object
32 PASS VTTRegion interface object length
33 PASS VTTRegion interface object name
34 FAIL VTTRegion interface: existence and properties of interface prototype object assert_equals: class string of VTTRegion.prototype expected "[object VTTRegionP rototype]" but got "[object VTTRegion]"
35 PASS VTTRegion interface: existence and properties of interface prototype object 's "constructor" property
36 PASS VTTRegion interface: attribute width
37 PASS VTTRegion interface: attribute lines
38 PASS VTTRegion interface: attribute regionAnchorX
39 PASS VTTRegion interface: attribute regionAnchorY
40 PASS VTTRegion interface: attribute viewportAnchorX
41 PASS VTTRegion interface: attribute viewportAnchorY
42 PASS VTTRegion interface: attribute scroll
43 PASS VTTRegion must be primary interface of new VTTRegion()
44 PASS Stringification of new VTTRegion()
45 PASS VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0)
46 PASS VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1)
47 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2)
48 PASS VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3)
49 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX " with the proper type (4)
50 PASS VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY " with the proper type (5)
51 PASS VTTRegion interface: new VTTRegion() must inherit property "scroll" with th e proper type (6)
52 Harness: the test ran to completion.
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698