Changeset 90199 in webkit
- Timestamp:
- Jun 30, 2011, 8:06:48 PM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/chromium-mac/media/video-currentTime-set-expected.txt (modified) (1 diff)
-
platform/chromium-win/media/video-currentTime-set-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r90196 r90199 1 2011-06-30 Andrew Scherkus <scherkus@chromium.org> 2 3 Unreviewed. 4 5 Rebaselining video-currentTime-set.html for Chromium due to FFmpeg update. 6 7 * platform/chromium-mac/media/video-currentTime-set-expected.txt: 8 * platform/chromium-win/media/video-currentTime-set-expected.txt: 9 1 10 2011-06-30 Yuta Kitamura <yutak@chromium.org> 2 11 -
trunk/LayoutTests/platform/chromium-mac/media/video-currentTime-set-expected.txt
r74097 r90199 5 5 RUN(video.currentTime = video.duration - 0.2) 6 6 EVENT(seeked) 7 EXPECTED (video.currentTime.toFixed(2) == '5.8 2') OK7 EXPECTED (video.currentTime.toFixed(2) == '5.81') OK 8 8 RUN(video.play()) 9 9 -
trunk/LayoutTests/platform/chromium-win/media/video-currentTime-set-expected.txt
r74097 r90199 5 5 RUN(video.currentTime = video.duration - 0.2) 6 6 EVENT(seeked) 7 EXPECTED (video.currentTime.toFixed(2) == '5.8 2') OK7 EXPECTED (video.currentTime.toFixed(2) == '5.81') OK 8 8 RUN(video.play()) 9 9
Note:
See TracChangeset
for help on using the changeset viewer.