Specifically, https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-valid.html, https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-invalid.html, and https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-computed.html actually check `gap-rule-overlap`: https://github.com/web-platform-tests/wpt/blob/bac0545abd8ea580ae5562d6b4f702a774b4573f/css/css-gaps/parsing/rule-overlap-valid.html#L15-L16 It looks like this commit missed the fact that the `gap-` prefix had previously been removed: https://github.com/web-platform-tests/wpt/commit/7b085a8226730f3a72c25a6eb385cdddcce06251 What confuses me here is that Blink seems to still be treating `gap-rule-overlap` as the property name: https://wpt.fyi/results/css/css-gaps/parsing/rule-overlap-valid.html?label=experimental&label=master&aligned
Specifically, https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-valid.html, https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-invalid.html, and https://github.com/web-platform-tests/wpt/blob/master/css/css-gaps/parsing/rule-overlap-computed.html actually check
gap-rule-overlap:wpt/css/css-gaps/parsing/rule-overlap-valid.html
Lines 15 to 16 in bac0545
It looks like this commit missed the fact that the
gap-prefix had previously been removed: 7b085a8What confuses me here is that Blink seems to still be treating
gap-rule-overlapas the property name: https://wpt.fyi/results/css/css-gaps/parsing/rule-overlap-valid.html?label=experimental&label=master&aligned