Closed
Bug 1465415
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11246 - [css-contain] Disable paint containment on internal table elements
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11246 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11246
Details from upstream follow.
Manuel Rego Casasnovas <rego@igalia.com> wrote:
> [css-contain] Disable paint containment on internal table elements
>
> Text from the spec
> (https://drafts.csswg.org/css-contain/#containment-paint):
> "... if the element is an internal table element other than
> 'display: table-cell', ... paint containment has no effect."
>
> The patch disables "contain: paint" for internal table elements
> except table cells.
>
> BUG=843329
> TEST=external/wpt/css/css-contain/contain-paint-014.html
> TEST=external/wpt/css/css-contain/contain-paint-015.html
> TEST=external/wpt/css/css-contain/contain-paint-016.html
> TEST=external/wpt/css/css-contain/contain-paint-017.html
> TEST=external/wpt/css/css-contain/contain-paint-018.html
>
> Change-Id: I975950ab72fe5cc5aa106fa5fdafd37c64dd6d85
> Reviewed-on: https://chromium-review.googlesource.com/1078868
> WPT-Export-Revision: 0cda656e560c72ae60cf17e20914c3910ff992c3
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=104412320057f5b078e7c058bf29bc071ad4bce6
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2f0d13a350370ddca0df31ff755aa0c0d68170a4
Assignee | ||
Comment 6•7 years ago
|
||
Ran 6 tests
PASS : 2
FAIL : 4
New tests that have failures or other problems:
/css/css-contain/contain-paint-015.html: FAIL
/css/css-contain/contain-paint-016.html: FAIL
/css/css-contain/contain-paint-017.html: FAIL
/css/css-contain/contain-paint-018.html: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/02fe5b723322
[wpt PR 11246] - [css-contain] Disable paint containment on internal table elements, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/83e0a828f3cc
[wpt PR 11246] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/02fe5b723322
https://hg.mozilla.org/mozilla-central/rev/83e0a828f3cc
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•