Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-seek-to-duration-with-playbackrate-zero-expected.txt
blob8874d898b8d933fc1f1926e18d38a2ae78397fb1
1 EVENT(loadedmetadata)
2 Seeking to duration
3 EVENT(seeking)
4 EVENT(seeked)
5 EVENT(ended)
6 EXPECTED (video.currentTime == video.duration == 'true') OK
7 Seeking to the middle of the video
8 EVENT(seeking)
9 EVENT(seeked)
10 Setting loop to true and seeking to duration.
11 EVENT(seeking)
12 EVENT(seeked)
13 Seek to duration completed. Waiting for a seek to the beginning.
14 EVENT(seeking)
15 EVENT(seeked)
16 EXPECTED (video.currentTime == '0') OK
17 END OF TEST