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

Unified Diff: LayoutTests/media/audio-concurrent-supported-expected.txt

Issue 574883002: Fix media layout tests that made invalid assumptions about timeupdate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase + fix Created 6 years, 3 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/audio-concurrent-supported-expected.txt
diff --git a/LayoutTests/media/audio-concurrent-supported-expected.txt b/LayoutTests/media/audio-concurrent-supported-expected.txt
index d0873b83fa1045bc61e77f6e1431e28678c9b96b..d2a020f7b23998a8280555cbb3c57df091f82a51 100644
--- a/LayoutTests/media/audio-concurrent-supported-expected.txt
+++ b/LayoutTests/media/audio-concurrent-supported-expected.txt
@@ -4,11 +4,9 @@ Starting a total of 2 concurrent audio elements.
EVENT(0, canplaythrough)
EXPECTED (0, testElement.currentTime == '0') OK
EVENT(0, playing)
-EXPECTED (0, testElement.currentTime > '0') OK
EVENT(1, canplaythrough)
EXPECTED (1, testElement.currentTime == '0') OK
EVENT(1, playing)
-EXPECTED (1, testElement.currentTime > '0') OK
Making sure all 2 audio elements are in playing state:
EXPECTED (0, testElement.paused == 'false') OK
EXPECTED (1, testElement.paused == 'false') OK
« no previous file with comments | « LayoutTests/media/audio-concurrent-supported.html ('k') | LayoutTests/media/media-controller-effective-playback-rate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698