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

Unified Diff: LayoutTests/media/video-double-seek-currentTime-expected.txt

Issue 235953010: Resolve the issue of unexpected currentTime values when setting currentTime from seeking event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@mediaposter
Patch Set: Added new line in the expected output to match the test case Created 6 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
« no previous file with comments | « LayoutTests/media/video-double-seek-currentTime.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-double-seek-currentTime-expected.txt
diff --git a/LayoutTests/media/video-double-seek-currentTime-expected.txt b/LayoutTests/media/video-double-seek-currentTime-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2cf8a590145f28abeee8fcf33c8ae496ca504a6d
--- /dev/null
+++ b/LayoutTests/media/video-double-seek-currentTime-expected.txt
@@ -0,0 +1,17 @@
+Test currentTime values when setting from seeking event.
+
+
+loadedmetadata()
+doNextSeek() 0
+doNextSeek() seeking to 1.00
+seeking 1.00
+doNextSeek() 1
+doNextSeek() seeking to 1.50
+seeking 1.50
+doNextSeek() 2
+doNextSeek() seeking to 1.50
+seeking 1.50
+doNextSeek() 3
+seeked 1.50
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/video-double-seek-currentTime.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698