gecko-dev/dom/media/test/external
Bryce Van Dyk 77cdb2b31b Bug 1211959 - Tests check if video has started using played range. r=automatedtester
Previously the tests would check if playback had started by looking at the first
recorded time, and then looking at the current time. If there were a lag it was
possible for the first recorded time to be at the end of the video (i.e.
playback already finished), in which case the video playing would not register.
This patch instead uses the played ranges from the video element. Now so long as
there is a non-empty played range we trust playback started.

MozReview-Commit-ID: 5C39A42KRdj

--HG--
extra : rebase_source : e4e8a35df3bac4c9e7765272acb6300b44b45d4e
2016-08-05 12:38:54 +12:00
..
docs Bug 1254732 - External Media Tests needs comprehensive API documentation. r=maja_zf,SingingTree 2016-03-21 13:17:17 -05:00
external_media_harness Bug 1292396 - Replace Marionette context string literals with symbolic variables. r=automatedtester 2016-08-03 14:21:27 +12:00
external_media_tests Bug 1211959 - Tests check if video has started using played range. r=automatedtester 2016-08-05 12:38:54 +12:00
MANIFEST.in Bug 1257983 - Fix MANIFEST.in in external-media-tests package; r=maja_zf 2016-03-18 18:32:37 -04:00
README.md Bug 1253723 - Text from README.md should be moved to http://developer.mozilla.org. r=SingingTree 2016-03-04 15:00:52 -06:00
mach_commands.py Bug 1258505 - Rewrite Marionette mach commands to avoid parse_args; r=maja_zf 2016-06-29 18:55:32 +02:00
requirements-docs.txt Bug 1260872 - The docs are not being generated correctly on readthedocs - r=whimboo 2016-03-30 17:45:23 -05:00
requirements.txt Bug 1292465 - Bump firefox-puppeteer to 51.0.0. r=automatedtester 2016-08-05 11:41:48 +02:00
setup.py Bug 1292394 - Update external media test dependencies. r=automatedtester 2016-08-01 13:43:29 +12:00

README.md

external-media-tests

Documentation for this library has moved to https://developer.mozilla.org/en-US/docs/Mozilla/QA/external-media-tests.