[wpt-sync] Sync PR 19478 - [encoding] Defer API reference
Categories
(Core :: Internationalization, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19478 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19478
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[encoding] Defer API reference
This test references the API under test outside the context of a
subtest. This produces an uncaught exception in non-conforming
implementations. Currently, testharness.js interprets this result as a
failing "single-page test," although it will soon be more accurately
reported as a harness error [1].Update the test to only reference the API from within the body of a
subtest.[1] https://github.com/web-platform-tests/rfcs/blob/master/rfcs/single_test.md
This is in service of https://github.com/web-platform-tests/rfcs/pull/28
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e54fa578d6cd
https://hg.mozilla.org/mozilla-central/rev/c4418df2ebb6
Description
•