Commit 877c01b4 authored by moz-wptsync-bot's avatar moz-wptsync-bot
Browse files

Bug 1721762 [wpt PR 29742] - Update wpt metadata, a=testonly

wpt-pr: 29742
wpt-type: metadata
parent 9ab27c48
Loading
Loading
Loading
Loading
+32 −26
Original line number Diff line number Diff line
[videoFrame.any.worker.html]
[videoFrame-construction.any.worker.html]
  [Test we can construct a VideoFrame.]
    expected: FAIL

  [Test closed VideoFrame.]
    expected: FAIL

  [Test we can construct a VideoFrame with a negative timestamp.]
    expected: FAIL

@@ -11,47 +14,50 @@
  [Test constructing VideoFrames from closed ImageBitmap throws.]
    expected: FAIL

  [Test VideoFrame constructed VideoFrame]
  [Test invalid buffer constructed VideoFrames]
    expected: FAIL

  [Test we can construct a VideoFrame from an offscreen canvas.]
  [Test Uint8Array(ArrayBuffer) constructed I420 VideoFrame]
    expected: FAIL

  [Test I420A VideoFrame and alpha={keep,discard}]
  [Test ArrayBuffer constructed I420 VideoFrame]
    expected: FAIL

  [Test RGBA, BGRA VideoFrames with alpha={keep,discard}]
  [Test planar constructed I420 VideoFrame with colorSpace]
    expected: FAIL

  [Test a VideoFrame constructed from canvas can drop the alpha channel.]
  [Test buffer constructed I420+Alpha VideoFrame]
    expected: FAIL

  [Test closed VideoFrame.]
  [Test buffer constructed NV12 VideoFrame]
    expected: FAIL

  [Test invalid buffer constructed VideoFrames]
  [Test buffer constructed RGB VideoFrames]
    expected: FAIL

  [Test buffer constructed I420 VideoFrame]
  [Test VideoFrame constructed VideoFrame]
    expected: FAIL

  [Test planar constructed I420 VideoFrame with colorSpace]
  [Test we can construct a VideoFrame from an offscreen canvas.]
    expected: FAIL

  [Test buffer constructed I420+Alpha VideoFrame]
  [Test I420A VideoFrame and alpha={keep,discard}]
    expected: FAIL

  [Test buffer constructed NV12 VideoFrame]
  [Test RGBA, BGRA VideoFrames with alpha={keep,discard}]
    expected: FAIL

  [Test buffer constructed RGB VideoFrames]
  [Test a VideoFrame constructed from canvas can drop the alpha channel.]
    expected: FAIL


[videoFrame.any.html]
[videoFrame-construction.any.html]
  [Test we can construct a VideoFrame.]
    expected: FAIL

  [Test closed VideoFrame.]
    expected: FAIL

  [Test we can construct a VideoFrame with a negative timestamp.]
    expected: FAIL

@@ -61,38 +67,38 @@
  [Test constructing VideoFrames from closed ImageBitmap throws.]
    expected: FAIL

  [Test VideoFrame constructed VideoFrame]
  [Test invalid buffer constructed VideoFrames]
    expected: FAIL

  [Test we can construct a VideoFrame from an offscreen canvas.]
  [Test Uint8Array(ArrayBuffer) constructed I420 VideoFrame]
    expected: FAIL

  [Test I420A VideoFrame and alpha={keep,discard}]
  [Test ArrayBuffer constructed I420 VideoFrame]
    expected: FAIL

  [Test RGBA, BGRA VideoFrames with alpha={keep,discard}]
  [Test planar constructed I420 VideoFrame with colorSpace]
    expected: FAIL

  [Test a VideoFrame constructed from canvas can drop the alpha channel.]
  [Test buffer constructed I420+Alpha VideoFrame]
    expected: FAIL

  [Test closed VideoFrame.]
  [Test buffer constructed NV12 VideoFrame]
    expected: FAIL

  [Test invalid buffer constructed VideoFrames]
  [Test buffer constructed RGB VideoFrames]
    expected: FAIL

  [Test buffer constructed I420 VideoFrame]
  [Test VideoFrame constructed VideoFrame]
    expected: FAIL

  [Test planar constructed I420 VideoFrame with colorSpace]
  [Test we can construct a VideoFrame from an offscreen canvas.]
    expected: FAIL

  [Test buffer constructed I420+Alpha VideoFrame]
  [Test I420A VideoFrame and alpha={keep,discard}]
    expected: FAIL

  [Test buffer constructed NV12 VideoFrame]
  [Test RGBA, BGRA VideoFrames with alpha={keep,discard}]
    expected: FAIL

  [Test buffer constructed RGB VideoFrames]
  [Test a VideoFrame constructed from canvas can drop the alpha channel.]
    expected: FAIL
+8 −0
Original line number Diff line number Diff line
[videoFrame-construction.https.any.worker.html]
  [Test Uint8Array(SharedArrayBuffer) constructed I420 VideoFrame]
    expected: FAIL


[videoFrame-construction.https.any.html]
  [Test Uint8Array(SharedArrayBuffer) constructed I420 VideoFrame]
    expected: FAIL
+12 −0
Original line number Diff line number Diff line
@@ -41,6 +41,12 @@
  [Test closed frame.]
    expected: FAIL

  [Test copying I420 frame to a non-shared ArrayBuffer]
    expected: FAIL

  [Test copying I420 frame to a non-shared ArrayBufferView]
    expected: FAIL


[videoFrame-copyTo.any.worker.html]
  [Test I420 frame.]
@@ -84,3 +90,9 @@

  [Test closed frame.]
    expected: FAIL

  [Test copying I420 frame to a non-shared ArrayBuffer]
    expected: FAIL

  [Test copying I420 frame to a non-shared ArrayBufferView]
    expected: FAIL
+8 −0
Original line number Diff line number Diff line
[videoFrame-copyTo.https.any.html]
  [Test copying I420 frame to shared ArrayBufferView.]
    expected: FAIL


[videoFrame-copyTo.https.any.worker.html]
  [Test copying I420 frame to shared ArrayBufferView.]
    expected: FAIL