mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Implement basic media resource selection and fetching.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[endTime.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.endTime, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.endTime, parsed cue]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[id.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.id, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.id, parsed cue]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[onenter.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.onenter]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.addEventListener/removeEventListener]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[onexit.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.onexit]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.addEventListener/removeEventListener]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[pauseOnExit.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.pauseOnExit, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.pauseOnExit, parsed cue]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[startTime.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.startTime, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.startTime, parsed cue]
|
||||
expected: FAIL
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[track.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[TextTrackCue.track, script-created cue]
|
||||
expected: FAIL
|
||||
|
||||
[TextTrackCue.track, parsed cue]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user