Fix some tests related to content-visibility so that it can be enabled
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(3 files)
See bug 1820058 comment 3; this bug is to fix up the tests mentioned there, to avoid unexpected test failures when content-visibility is enabled.
Assignee | ||
Comment 1•2 years ago
|
||
We had 'invisible', but the correct keyword (and what we have implemented) is
'hidden'.
See list of values in the spec at
https://drafts.csswg.org/css-contain-2/#content-visibility
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D172135
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D172136
Assignee | ||
Comment 4•2 years ago
|
||
Try run (with another patch to pref content-visibility on, demonstrating that we don't need any other fixups here, I think):
https://treeherder.mozilla.org/jobs?repo=try&revision=76674b8231c98c7743f6aca7016a0d5a76d9b44b
Try run without the pref flip, to make sure I didn't inadvertently build in some expectation that the pref is enabled:
https://treeherder.mozilla.org/jobs?repo=try&revision=6cfe208522f985ac344b3322bd44bb6d0753c910
(This one just started, I'll be sure it looks OK before landing.)
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e2672521d0ac
https://hg.mozilla.org/mozilla-central/rev/116ca9c61aec
https://hg.mozilla.org/mozilla-central/rev/fe4dcfdb64df
Description
•