[wpt-sync] Sync PR 21478 - Add interfaces/video-raf.idl and test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21478 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21478
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Add interfaces/video-raf.idl and test
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 44 tests
Status Summary
Firefox
OK : 1
PASS: 12[GitHub] 55[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 6
Chrome
OK : 1
PASS: 18
Safari
OK : 1
PASS: 12
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/video-raf/idlharness.window.html
HTMLVideoElement interface: calling cancelAnimationFrame(unsigned long) on video with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
HTMLVideoElement interface: calling requestAnimationFrame(VideoFrameRequestCallback) on video with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
HTMLVideoElement interface: video must inherit property "cancelAnimationFrame(unsigned long)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
HTMLVideoElement interface: video must inherit property "requestAnimationFrame(VideoFrameRequestCallback)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
HTMLVideoElement interface: operation requestAnimationFrame(VideoFrameRequestCallback): FAIL (Chrome: PASS, Safari: FAIL)
HTMLVideoElement interface: operation cancelAnimationFrame(unsigned long): FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f51f67d538a3
https://hg.mozilla.org/mozilla-central/rev/c531d1b44231
Description
•