[wpt-sync] Sync PR 20190 - [websockets] Correct references
Categories
(Core :: Networking: WebSockets, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][necko-triaged])
Sync web-platform-tests PR 20190 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20190
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[websockets] Correct references
The test titled
002.html
relies on a document which references an
undefined property,asset_equals
. Since that value is later invoked as
a function, the test cannot pass. Correct the reference.The document also incorrectly references the
token
function instead of
the intendeduuid
string value. Correct the reference.The test titled
001.html
also includes a misspelled reference, but it
does not rely on the value. Remove the reference.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 6 tests and 6 subtests
Firefox
OK : 6
PASS: 3
FAIL: 3
Chrome
OK : 6
PASS: 3
FAIL: 3
Safari
OK : 4
PASS : 2
FAIL : 2
ERROR : 2
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Description
•