Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / media / video-play-progress-expected.txt
blob9cd121a97eae02afe6817c4cdcd3353a516aac7e
1 Test that at least one progress event is fired after starting to load the video.
3 RUN(video.play())
4 EVENT(loadstart)
5 EVENT(progress)
6 END OF TEST