Changeset 124292 in webkit
- Timestamp:
- Jul 31, 2012, 8:42:45 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
media/video-currentTime-delay.html (modified) (1 diff)
-
platform/chromium/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r124289 r124292 1 2012-07-31 Ami Fischman <fischman@chromium.org> 2 3 media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline. 4 https://bugs.webkit.org/show_bug.cgi?id=92816 5 6 Unreviewed test cleanup. 7 8 * media/video-currentTime-delay.html: 9 * platform/chromium/TestExpectations: 10 1 11 2012-07-31 Peter Kasting <pkasting@google.com> 2 12 -
trunk/LayoutTests/media/video-currentTime-delay.html
r79630 r124292 22 22 run("video.play()"); 23 23 }, 400); 24 25 var timeout = 2000;26 setTimeout(function () { logResult(false, "No 'ended' event in " + timeout/1000 + " seconds"); }, timeout);27 28 24 }); 29 25 -
trunk/LayoutTests/platform/chromium/TestExpectations
r124289 r124292 3213 3213 BUGWK84550 SNOWLEOPARD : fast/canvas/2d.text.draw.fill.maxWidth.gradient.html = TEXT PASS 3214 3214 3215 BUGCR124783 : media/video-currentTime-delay.html = TEXT PASS3216 3217 3215 BUGWK84688 SNOWLEOPARD : compositing/animation/computed-style-during-delay.html = TEXT PASS 3218 3216
Note:
See TracChangeset
for help on using the changeset viewer.