+1
−0
testing/web-platform/meta/css/css-contain/container-queries/nested-query-containers.html.ini
deleted100644 → 0
+0
−24
Loading
When 'container-type' and 'container-name' were set to an element with 'display: table', they would only affect the table grid box. The primary table wrapper box would have them set to their initial values. This prevented some container query invalidations, so this patch makes the table wrapper box inherit them from the table grid box. Differential Revision: https://phabricator.services.mozilla.com/D164624