1 Test HTMLMediaElement canPlayType() method with multiple .flac MIME types.
3 These tests may be expected to fail if the WebKit port does not support the format.
5 EXPECTED (audio.canPlayType('audio/x-flac') == 'maybe'), OBSERVED '' FAIL
6 EXPECTED (audio.canPlayType('audio/flac') == 'maybe'), OBSERVED '' FAIL