blob: 8392547098b12af37c9ca7093090029a333126aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
[interfaces.html]
type: testharness
[VTTCue interface: existence and properties of interface object]
expected: FAIL
[VTTCue interface: existence and properties of interface prototype object]
expected: FAIL
[VTTCue interface: attribute region]
expected: FAIL
[Stringification of new VTTCue(0, 1, "foo")]
expected: FAIL
[VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "region" with the proper type (0)]
expected: FAIL
[VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "line" with the proper type (3)]
expected: FAIL
[VTTCue interface: new VTTCue(0, 1, "foo") must inherit property "position" with the proper type (5)]
expected: FAIL
[VTTRegion interface: existence and properties of interface object]
expected: FAIL
[VTTRegion interface object length]
expected: FAIL
[VTTRegion interface: existence and properties of interface prototype object]
expected: FAIL
[VTTRegion interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VTTRegion interface: attribute width]
expected: FAIL
[VTTRegion interface: attribute lines]
expected: FAIL
[VTTRegion interface: attribute regionAnchorX]
expected: FAIL
[VTTRegion interface: attribute regionAnchorY]
expected: FAIL
[VTTRegion interface: attribute viewportAnchorX]
expected: FAIL
[VTTRegion interface: attribute viewportAnchorY]
expected: FAIL
[VTTRegion interface: attribute scroll]
expected: FAIL
[VTTRegion must be primary interface of new VTTRegion()]
expected: FAIL
[Stringification of new VTTRegion()]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "width" with the proper type (0)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "lines" with the proper type (1)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorX" with the proper type (2)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "regionAnchorY" with the proper type (3)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorX" with the proper type (4)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "viewportAnchorY" with the proper type (5)]
expected: FAIL
[VTTRegion interface: new VTTRegion() must inherit property "scroll" with the proper type (6)]
expected: FAIL
[VTTRegion interface object name]
expected: FAIL
|