Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: LayoutTests/media/video-duration-known-after-eos.html

Issue 17395006: Fix LayoutTests that assume canplay, playing, and canplaythrough will only fire once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix event-attributes expectations. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/video-currentTime-set.html ('k') | LayoutTests/media/video-frame-size-change.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-duration-known-after-eos.html
diff --git a/LayoutTests/media/video-duration-known-after-eos.html b/LayoutTests/media/video-duration-known-after-eos.html
index d09d826f28852da8082212130f7dd76a7f15d835..7f38b51612ddcacb3fc7cffe22bb53e000f8fef8 100644
--- a/LayoutTests/media/video-duration-known-after-eos.html
+++ b/LayoutTests/media/video-duration-known-after-eos.html
@@ -16,6 +16,7 @@
function playing()
{
+ video.removeEventListener("playing", playing);
run("video.currentTime = video.duration - 0.2");
}
@@ -43,5 +44,3 @@
<p>Tests that duration is known after playback ended.</p>
</body>
</html>
-
-
« no previous file with comments | « LayoutTests/media/video-currentTime-set.html ('k') | LayoutTests/media/video-frame-size-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698