Backed out changeset 913d407956ae (bug 1941949) for causing wr failures

This commit is contained in:
Sandor Molnar
2025-01-24 20:25:00 +02:00
parent 91852b06e0
commit 0321192c0b
11 changed files with 21 additions and 2 deletions

View File

@@ -891,8 +891,7 @@ impl LonghandIdSet {
${static_longhand_id_set( ${static_longhand_id_set(
"BORDER_BACKGROUND_PROPERTIES", "BORDER_BACKGROUND_PROPERTIES",
lambda p: (p.logical_group and p.logical_group.startswith("border")) or \ lambda p: (p.logical_group and p.logical_group.startswith("border")) or \
p in data.shorthands_by_name["border"].sub_properties or \ p.name in ["background-color", "background-image"]
p in data.shorthands_by_name["background"].sub_properties
)} )}
&BORDER_BACKGROUND_PROPERTIES &BORDER_BACKGROUND_PROPERTIES
} }

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-background-attachment-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-background-clip-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-background-origin-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-background-position-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-background-size-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-border-image-outset-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-border-image-repeat-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-border-image-slice-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-border-image-source-001.html]
expected: FAIL

View File

@@ -0,0 +1,2 @@
[kind-of-widget-fallback-button-border-image-width-001.html]
expected: FAIL