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

Unified Diff: LayoutTests/media/video-does-not-loop-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: LayoutTests/media/video-does-not-loop-expected.txt
diff --git a/LayoutTests/media/video-does-not-loop-expected.txt b/LayoutTests/media/video-does-not-loop-expected.txt
deleted file mode 100644
index 346cd4ea25dbef5ff00ac8ce9e7f9a6c77da8e9a..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-does-not-loop-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Test to make sure QuickTime movie saved with 'loop' user data does not loop automatically.
-
-++ Test initial state.
-EXPECTED (video.loop == 'false') OK
-EVENT(loadedmetadata)
-
-++ seek to near the end to reduce test time.
-RUN(video.currentTime = video.duration - 0.4)
-EVENT(seeked)
-
-++ seek completed, beginning playback.
-EXPECTED (video.paused == 'true') OK
-EXPECTED (video.ended == 'false') OK
-RUN(video.play())
-
-EVENT(pause)
-EVENT(ended)
-
-++ played to end and stopped.
-EXPECTED (video.ended == 'true') OK
-EXPECTED (mediaElement.currentTime == 'mediaElement.duration') OK
-
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698