Closed
Bug 1470028
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 11594 - Don't clear non-layout-object style for PseudoElements.
Categories
(Core :: DOM: CSS Object Model, enhancement, P4)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11594 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11594
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
> Don't clear non-layout-object style for PseudoElements.
>
> They are only used for storing an extra ComputedStyle for
> display:contents pseudo elements as the ComputedStyle for rendering uses
> a display:inline with only properties inherited for the parent element.
>
> Bug: 854563
> Change-Id: I4dd3d99b0dee0b538645d005b36347b469799244
> Reviewed-on: https://chromium-review.googlesource.com/1107802
> WPT-Export-Revision: 7432356746c2f1bf50a05e9ec6c038af019bb1e7
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=930e0e3c0bd66be205b396812ff4ad44df74f569
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=120db6d0eb2872a826053f2239bda18aaa9e8ada
| Assignee | ||
Comment 5•8 years ago
|
||
Ran 1 tests and 9 subtests
OK : 1
PASS : 5
FAIL : 4
New tests that have failures or other problems:
/css/cssom/getComputedStyle-pseudo.html
Dynamically change to display: contents on pseudo-elements: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e0fdd32d8a99
[wpt PR 11594] - Don't clear non-layout-object style for PseudoElements., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/12135f1f3488
[wpt PR 11594] - Update wpt metadata, a=testonly
Comment 7•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e0fdd32d8a99
https://hg.mozilla.org/mozilla-central/rev/12135f1f3488
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•