mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision b8669365b81965f5400d6b13a7783415b44e679d
This commit is contained in:
parent
6fa1853bb1
commit
bde105ca2e
42 changed files with 933 additions and 241 deletions
|
@ -45,7 +45,7 @@
|
|||
video.play();
|
||||
}
|
||||
|
||||
function cueEnteredOrExited() {
|
||||
function cueEnteredOrExited(event) {
|
||||
var currentCue = event.target;
|
||||
assert_equals(testTrack.track.cues.getCueById(cueCount).text, currentCue.text);
|
||||
assert_equals(currentCue.id, cueCount.toString());
|
||||
|
@ -56,4 +56,4 @@
|
|||
|
||||
});
|
||||
</script>
|
||||
</video>
|
||||
</video>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue