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