Update web-platform-tests to revision b8669365b81965f5400d6b13a7783415b44e679d

This commit is contained in:
WPT Sync Bot 2019-04-03 21:42:50 -04:00
parent 6fa1853bb1
commit bde105ca2e
42 changed files with 933 additions and 241 deletions

View file

@ -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>