| OLD | NEW |
| (Empty) | |
| 1 # Media Session specification Tests |
| 2 |
| 3 The Media Session specification is available here: https://wicg.github.io/medias
ession |
| 4 |
| 5 GitHub repository: https://github.com/WICG/mediasession |
| 6 |
| 7 File an issue: https://github.com/WICG/mediasession/issues/new |
| 8 |
| 9 ## Device/system dependency |
| 10 |
| 11 The Media Session specification defines behaviors related to device or system |
| 12 features such as the actions to run when a software/hardware media key is used. |
| 13 These behaviors are not tested because they would depend on user agent specific |
| 14 implementations and device specific features. |
| 15 |
| 16 ## Status of these tests |
| 17 |
| 18 These tests are not complete and only reflect the Blink tests that could be |
| 19 exported. If a reader find a behavior that could be tested and is not, they |
| 20 should feel free to file a bug. |
| OLD | NEW |