Bug 1479439 - [wpt-sync] Update web-platform-tests to 24c4f1e5c434a5ad018aa7467b7bfcffca764b8d, a=testonly

wpt-head: 24c4f1e5c434a5ad018aa7467b7bfcffca764b8d
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2018-07-30 15:20:00 +00:00
Родитель b4c987ebf6
Коммит b5603c9dbf
9 изменённых файлов: 71 добавлений и 29 удалений

Просмотреть файл

@ -1,4 +1,7 @@
[idlharness.html]
[Test IDL implementation of CSS Properties Values API]
[Partial namespace CSS: original namespace defined]
expected: FAIL
[CSS interface: operation registerProperty(PropertyDescriptor)]
expected: FAIL

Просмотреть файл

@ -1,4 +1,43 @@
[idlharness.window.html]
[mediastream-recording interfaces]
[MediaRecorder interface: attribute onpause]
expected: FAIL
[MediaRecorder interface: attribute onresume]
expected: FAIL
[MediaRecorder interface: attribute videoBitsPerSecond]
expected: FAIL
[MediaRecorder interface: attribute audioBitsPerSecond]
expected: FAIL
[MediaRecorder interface: [object MediaRecorder\] must inherit property "onpause" with the proper type]
expected: FAIL
[MediaRecorder interface: [object MediaRecorder\] must inherit property "onresume" with the proper type]
expected: FAIL
[MediaRecorder interface: [object MediaRecorder\] must inherit property "videoBitsPerSecond" with the proper type]
expected: FAIL
[MediaRecorder interface: [object MediaRecorder\] must inherit property "audioBitsPerSecond" with the proper type]
expected: FAIL
[BlobEvent interface object length]
expected: FAIL
[BlobEvent interface: attribute timecode]
expected: FAIL
[BlobEvent interface: [object BlobEvent\] must inherit property "timecode" with the proper type]
expected: FAIL
[MediaRecorderErrorEvent must be primary interface of undefined]
expected: FAIL
[Stringification of undefined]
expected: FAIL
[MediaRecorderErrorEvent interface: undefined must inherit property "error" with the proper type]
expected: FAIL

Просмотреть файл

@ -1,2 +1,2 @@
local: 4c2b7fb8baa12d03122e90bb91094a116d55bb7a
upstream: 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0
local: 38eaf263a00fa5313060ef98916ba095e285ccb7
upstream: 24c4f1e5c434a5ad018aa7467b7bfcffca764b8d

Просмотреть файл

@ -83,3 +83,6 @@
[picture-in-picture interfaces.]
expected: FAIL
[ShadowRoot interface: attribute pictureInPictureElement]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[request-picture-in-picture-twice.html]
[request Picture-in-Picture consumes user gesture]
expected: FAIL

Просмотреть файл

@ -0,0 +1,19 @@
[idlharness.window.html]
[Element interface: document must inherit property "setPointerCapture(long)" with the proper type]
expected: FAIL
[Element interface: calling setPointerCapture(long) on document with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document must inherit property "releasePointerCapture(long)" with the proper type]
expected: FAIL
[Element interface: calling releasePointerCapture(long) on document with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document must inherit property "hasPointerCapture(long)" with the proper type]
expected: FAIL
[Element interface: calling hasPointerCapture(long) on document with too few arguments must throw TypeError]
expected: FAIL

Просмотреть файл

@ -11,3 +11,6 @@
[Window interface: window must inherit property "onselectionchange" with the proper type]
expected: FAIL
[HTMLElement interface: attribute onselectionchange]
expected: FAIL

Просмотреть файл

@ -29,6 +29,3 @@
[getStats() with connected peer connections having tracks and data channel should return all mandatory to implement stats]
expected: FAIL
[getStats() with track added via addTransceiver should succeed]
expected: FAIL

Просмотреть файл

@ -5,21 +5,3 @@
[Calling removeTrack with currentDirection recvonly should not change direction]
expected: FAIL
[addTransceiver - Calling removeTrack when connection is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection that is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError]
expected: FAIL
[addTransceiver - Calling removeTrack with valid sender should set sender.track to null]
expected: FAIL
[Calling removeTrack with currentDirection sendonly should set direction to inactive]
expected: FAIL
[Calling removeTrack with currentDirection inactive should not change direction]
expected: FAIL