Closed
Bug 1507984
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14099 - [css] Switch part attribute to a DOMTokenList
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14099 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14099
Details from upstream follow.
Fergal Daly <fergal@chromium.org> wrote:
> [css] Switch part attribute to a DOMTokenList
>
> Adds tesst for manipulating it via the attribute.
>
> Renames PartNames() to Part() to match with part(), the API wrapper.
>
> This uses the same IDL as classList.
>
> DO NOT SUBMIT: How to make this condition on the flag being flipped?
>
>
> Bug: 805271
> Change-Id: I9715df48478510029f5d985124e46111c41cffc3
>
> Reviewed-on: https://chromium-review.googlesource.com/1333014
> WPT-Export-Revision: 88262364b982398277c00bcd0cb108d763c21270
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f7d109b1f79013aa42cc76080aadf5ec49363ce
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=aea381fa63cd54195288b812dfd324b6ec2c6366
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=51583822c9dfaaf6a9d0fd4c4539482fa685d3ee
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=48cb4ad16c50a546f81aa9c3dea982ac7f198616
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=cbd30f5b1721ddb30d67817be6823f98b90f2399
Assignee | ||
Comment 13•7 years ago
|
||
Ran 3 tests and 6 subtests
OK : 3
PASS : 1
FAIL : 5
New tests that have failures or other problems:
/css/css-shadow-parts/invalidation-change-part-name-idl-domtokenlist.html
Part in selected host changed color via part IDL DOMTokenList attribute.: FAIL
/css/css-shadow-parts/part-name-idl.html
Access to .part returns an empty DOMTokenList.: FAIL
Changes in DOMTokenList are refected in attribute.: FAIL
DOMTokenList created by access is persisted.: FAIL
Multiple names give a DOMTokenList with multiple entries.: FAIL
Comment 14•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6d7f837ccbe1
[wpt PR 14099] - [css] Switch part attribute to a DOMTokenList, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/453380fa9597
[wpt PR 14099] - Update wpt metadata, a=testonly
Comment 15•7 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/217baf944f62
[wpt PR 14099] - [css] Switch part attribute to a DOMTokenList, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/a60945f64938
[wpt PR 14099] - Update wpt metadata, a=testonly
Comment 16•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/217baf944f62
https://hg.mozilla.org/mozilla-central/rev/a60945f64938
Status: NEW → RESOLVED
Closed: 7 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
•