Re: [media-source-tests] Added idlharness tests for the MSE spec. (#377)

Two initial comments:

Instead of /resources/webidl2/lib/webidl2.js, use /resources/WebIDLParser.js

sourceBuffer = mediaSource.addSourceBuffer("video/webm"); can throw an error. You need to make codec agnostic by using /common/media.js and getVideoURI, and catch the error so that you fail gracely. (media.js doesn't seem to handle webm yet?!?)


View on GitHub: https://github.com/w3c/web-platform-tests/pull/377#issuecomment-30423587

Received on Thursday, 12 December 2013 14:00:31 UTC