haikuwebkit/LayoutTests/media/media-can-play-flac-audio-e...

10 lines
291 B
Plaintext

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