Revision 491a02ce6f091db542aed561e3d984b0a18f4188 authored by fergald on 04 April 2018, 22:12:43 UTC, committed by GitHub on 04 April 2018, 22:12:43 UTC
I don't know how I got into this situation (probably hit ctrl-C at the wrong time) but I did and it was unclear how to get out. It presents as a ValueError with no useful info.

Update the code to handle ValueError to log a warning and cause a full regen of the manifest.

Also reported in https://crbug.com/822041
1 parent 47d7cdf
Raw File
README.md
# Media Session specification Tests

The Media Session specification is available here: https://wicg.github.io/mediasession

GitHub repository: https://github.com/WICG/mediasession

File an issue: https://github.com/WICG/mediasession/issues/new

## Device/system dependency

The Media Session specification defines behaviors related to device or system
features such as the actions to run when a software/hardware media key is used.
These behaviors are not tested because they would depend on user agent specific
implementations and device specific features.

## Status of these tests

These tests are not complete and only reflect the Blink tests that could be
exported. If a reader find a behavior that could be tested and is not, they
should feel free to file a bug.
back to top