1 <video controls
></video>
2 <p>Test that QuickTime file with unsupported track types only generates an error.
<p>
3 <script src=media-file.js
></script>
4 <script src=video-test.js
></script>
6 video
.src
= findMediaFile("video", "content/unsupported_track");
7 waitForEvent("error", function () {
8 testExpected("video.error", null, "!=");