[wpt-sync] Sync PR 25944 - Fix Lint error
Categories
(Core :: WebRTC, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25944 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25944
Details from upstream follow.
b'Florian Rivoal <git@florian.rivoal.net>' wrote:
Fix Lint error
See ASSERT_THROWS in
https://web-platform-tests.org/writing-tests/lint-tool.html#fixing-lint-errors
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
OK : 1
PASS: 2
FAIL: 5
Chrome
OK : 1
PASS: 1
FAIL: 6
Safari
OK : 1
PASS: 2
FAIL: 5
Links
Details
New Tests That Don't Pass
/webrtc/RTCDataChannel-binaryType.window.html
Setting invalid binaryType 'jellyfish' should throw SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Setting invalid binaryType 'arraybuffer ' should throw SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Setting invalid binaryType '' should throw SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Setting invalid binaryType 'null' should throw SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Setting invalid binaryType 'undefined' should throw SyntaxError: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d09d3401790f
https://hg.mozilla.org/mozilla-central/rev/584e11b98ee5
Description
•