blob: 57d05c9bcb211fc45b6da3116d8a811d17ef0b2a [file] [log] [blame]
<video controls></video>
<p>Test that QuickTime file with unsupported track types only generates an error.<p>
<script src=media-file.js></script>
<script src=video-test.js></script>
<script>
video.src = findMediaFile("video", "content/unsupported_track");
waitForEvent("error", function () {
testExpected("video.error", null, "!=");
endTest();
});
</script>