mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
24
tests/wpt/meta/mediasession/idlharness.window.js.ini
Normal file
24
tests/wpt/meta/mediasession/idlharness.window.js.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[idlharness.window.html]
|
||||
[MediaSession interface: operation setMicrophoneActive(boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[MediaSession interface: operation setCameraActive(boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[MediaSession interface: navigator.mediaSession must inherit property "setMicrophoneActive(boolean)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[MediaSession interface: calling setMicrophoneActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[MediaSession interface: navigator.mediaSession must inherit property "setCameraActive(boolean)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[MediaSession interface: calling setCameraActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[MediaMetadata interface: attribute artwork]
|
||||
expected: FAIL
|
||||
|
||||
[MediaMetadata interface: new MediaMetadata() must inherit property "artwork" with the proper type]
|
||||
expected: FAIL
|
4
tests/wpt/meta/mediasession/positionstate.html.ini
Normal file
4
tests/wpt/meta/mediasession/positionstate.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[positionstate.html]
|
||||
[Test setPositionState with negative playback rate]
|
||||
expected: FAIL
|
||||
|
18
tests/wpt/meta/mediasession/setactionhandler.html.ini
Normal file
18
tests/wpt/meta/mediasession/setactionhandler.html.ini
Normal file
|
@ -0,0 +1,18 @@
|
|||
[setactionhandler.html]
|
||||
[Test that setActionHandler() can be executed for supported actions]
|
||||
expected: FAIL
|
||||
|
||||
[Test that setActionHandler("togglemicrophone") succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[Test that setActionHandler("togglecamera") succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[Test that setActionHandler("hangup") succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[Test that setActionHandler("previousslide") succeeds]
|
||||
expected: FAIL
|
||||
|
||||
[Test that setActionHandler("nextslide") succeeds]
|
||||
expected: FAIL
|
3
tests/wpt/meta/mediasession/setcameraactive.html.ini
Normal file
3
tests/wpt/meta/mediasession/setcameraactive.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[setcameraactive.html]
|
||||
[Test that setCameraActive() can be executed for boolean values]
|
||||
expected: FAIL
|
3
tests/wpt/meta/mediasession/setmicrophoneactive.html.ini
Normal file
3
tests/wpt/meta/mediasession/setmicrophoneactive.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[setmicrophoneactive.html]
|
||||
[Test that setMicrophoneActive() can be executed for boolean values]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue