Closed
Bug 1509360
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 14190 - Worker: Add [Replaceable] to SharedWorkerGlobalScope.name
Categories
(Core :: DOM: Workers, enhancement, P4)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14190 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/14190 Details from upstream follow. Hiroki Nakagawa <nhiroki@chromium.org> wrote: > Worker: Add [Replaceable] to SharedWorkerGlobalScope.name > > The HTML spec requires SharedWorkerGlobalScope.name has [Replaceable]: > https://html.spec.whatwg.org/multipage/workers.html#shared-workers-and-the-sharedworkerglobalscope-interface > > This CL also fixes a test expectation of > wpt/workers/interfaces/SharedWorkerGlobalScope/name/setting.html. The name > attribute is now replaceable, so the result should be replaced. Firefox fails > the test because of this wrong expectation: > https://wpt.fyi/results/workers/interfaces/SharedWorkerGlobalScope/name/setting.html?label=stable&aligned&q=%2Fname%2Fsetting.html > > Bug: 875714 > Change-Id: Id04ae30895a2de4a07e30f49dc1189bb9742f6b9 > > Reviewed-on: https://chromium-review.googlesource.com/1347962 > WPT-Export-Revision: 3308bc0f708dda911db50e2638825412345cb8ea
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Workers
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=26f5172ca4741dba0e956a5dd5b7abae73fe0cca
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f24fbddfed05c65e08ec589ec8612fcc51b22b6e
Assignee | ||
Comment 3•2 years ago
|
||
Ran 2 tests and 7 subtests OK : 2 PASS : 7
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/d75a74c29bb6 [wpt PR 14190] - Worker: Add [Replaceable] to SharedWorkerGlobalScope.name, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/fb53794d49e7 [wpt PR 14190] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/902c56e2f192 [wpt PR 14190] - Worker: Add [Replaceable] to SharedWorkerGlobalScope.name, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/346e8c934436 [wpt PR 14190] - Update wpt metadata, a=testonly
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/902c56e2f192 https://hg.mozilla.org/mozilla-central/rev/346e8c934436
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•