mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add base of VTTCue DOM interface
This commit is contained in:
parent
30b148c90f
commit
911b1306ca
12 changed files with 360 additions and 8 deletions
5
tests/wpt/metadata/webvtt/api/VTTCue/align.html.ini
Normal file
5
tests/wpt/metadata/webvtt/api/VTTCue/align.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[align.html]
|
||||
expected: TIMEOUT
|
||||
[VTTCue.align, parsed cue]
|
||||
expected: TIMEOUT
|
||||
|
14
tests/wpt/metadata/webvtt/api/VTTCue/constructor.html.ini
Normal file
14
tests/wpt/metadata/webvtt/api/VTTCue/constructor.html.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[constructor.html]
|
||||
expected: CRASH
|
||||
[VTTCue(), initial values]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue(), bad end time]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue(), bad start time]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue(), text formatting]
|
||||
expected: FAIL
|
||||
|
38
tests/wpt/metadata/webvtt/api/VTTCue/getCueAsHTML.html.ini
Normal file
38
tests/wpt/metadata/webvtt/api/VTTCue/getCueAsHTML.html.ini
Normal file
|
@ -0,0 +1,38 @@
|
|||
[getCueAsHTML.html]
|
||||
expected: CRASH
|
||||
[VTTCue.getCueAsHTML(), <c>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), creating the cue]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <b>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <u>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <rt>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <v>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <1:00:00.500>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <i>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), x\\0]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <ruby>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <c.a.b>]
|
||||
expected: FAIL
|
||||
|
||||
[VTTCue.getCueAsHTML(), <v a b>]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/webvtt/api/VTTCue/line.html.ini
Normal file
5
tests/wpt/metadata/webvtt/api/VTTCue/line.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[line.html]
|
||||
expected: TIMEOUT
|
||||
[VTTCue.line, parsed cue]
|
||||
expected: TIMEOUT
|
||||
|
4
tests/wpt/metadata/webvtt/api/VTTCue/region.html.ini
Normal file
4
tests/wpt/metadata/webvtt/api/VTTCue/region.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[region.html]
|
||||
[VTTCue.region, script-created cue]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[snapToLines.html]
|
||||
expected: TIMEOUT
|
||||
[VTTCue.snapToLines, parsed cue]
|
||||
expected: TIMEOUT
|
||||
|
5
tests/wpt/metadata/webvtt/api/VTTCue/text.html.ini
Normal file
5
tests/wpt/metadata/webvtt/api/VTTCue/text.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[text.html]
|
||||
expected: TIMEOUT
|
||||
[VTTCue.text, parsed cue]
|
||||
expected: TIMEOUT
|
||||
|
5
tests/wpt/metadata/webvtt/api/VTTCue/vertical.html.ini
Normal file
5
tests/wpt/metadata/webvtt/api/VTTCue/vertical.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[vertical.html]
|
||||
expected: TIMEOUT
|
||||
[VTTCue.vertical, parsed cue]
|
||||
expected: TIMEOUT
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue