updated tests for mediasession

This commit is contained in:
Shinichi Morimoto 2019-11-27 15:17:44 +09:00
parent 274d4d2303
commit 3e83b0bd25
2 changed files with 0 additions and 28 deletions

View file

@ -1,13 +1,4 @@
[idlharness.window.html]
[MediaSession interface: calling setPositionState(MediaPositionState) on navigator.mediaSession with too few arguments must throw TypeError]
expected: FAIL
[MediaSession interface: navigator.mediaSession must inherit property "setPositionState(MediaPositionState)" with the proper type]
expected: FAIL
[MediaSession interface: operation setPositionState(MediaPositionState)]
expected: FAIL
[MediaMetadata interface: attribute artwork]
expected: FAIL

View file

@ -1,19 +0,0 @@
[positionstate.html]
[Test setPositionState with a null value]
expected: FAIL
[Test setPositionState with zero duration]
expected: FAIL
[Test setPositionState with a valid value for forward playback]
expected: FAIL
[Test setPositionState with optional position]
expected: FAIL
[Test setPositionState with only duration]
expected: FAIL
[Test setPositionState with optional playback rate]
expected: FAIL