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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/media-source/mediasource-duration-expected.txt

Issue 2942833004: Add article link to play promises rejection error message (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = The play() r equest was interrupted by a call to pause(). 2 Harness Error. harness_status.status = 1 , harness_status.message = The play() r equest was interrupted by a call to pause(). https://goo.gl/LdLk22
3 PASS Test seek starts on duration truncation below currentTime 3 PASS Test seek starts on duration truncation below currentTime
4 PASS Test appendBuffer completes previous seek to truncated duration 4 PASS Test appendBuffer completes previous seek to truncated duration
5 PASS Test endOfStream completes previous seek to truncated duration 5 PASS Test endOfStream completes previous seek to truncated duration
6 PASS Test setting same duration multiple times does not fire duplicate durationc hange 6 PASS Test setting same duration multiple times does not fire duplicate durationc hange
7 PASS Test setting the duration to less than the highest starting presentation ti mestamp will throw 7 PASS Test setting the duration to less than the highest starting presentation ti mestamp will throw
8 PASS Truncating the duration throws an InvalidStateError exception when new dura tion is less than the highest buffered range start time of one of the track buff ers 8 PASS Truncating the duration throws an InvalidStateError exception when new dura tion is less than the highest buffered range start time of one of the track buff ers
9 PASS Truncating the duration throws an InvalidStateError exception when new dura tion is less than a buffered coded frame presentation time 9 PASS Truncating the duration throws an InvalidStateError exception when new dura tion is less than a buffered coded frame presentation time
10 PASS Increasing the duration does not trigger any SourceBuffer update 10 PASS Increasing the duration does not trigger any SourceBuffer update
11 PASS Increasing the duration during media playback does not trigger any SourceBu ffer update 11 PASS Increasing the duration during media playback does not trigger any SourceBu ffer update
12 Harness: the test ran to completion. 12 Harness: the test ran to completion.
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698