blob: 748b6b1d6491b18727a3ff5d0d633ace304c58c0 [file] [log] [blame]
Test HTMLMediaElement canPlayType() method with multiple .flac MIME types.
These tests may be expected to fail if the WebKit port does not support the format.
EXPECTED (audio.canPlayType('audio/x-flac') == 'maybe') OK
EXPECTED (audio.canPlayType('audio/flac') == 'maybe') OK
END OF TEST