diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/webvtt/interfaces.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/webvtt/interfaces.html.ini')
-rw-r--r-- | testing/web-platform/meta/webvtt/interfaces.html.ini | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webvtt/interfaces.html.ini b/testing/web-platform/meta/webvtt/interfaces.html.ini new file mode 100644 index 000000000..839254709 --- /dev/null +++ b/testing/web-platform/meta/webvtt/interfaces.html.ini @@ -0,0 +1,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 + |