Skip to content

Commit d37f4c7

Browse files
committed
backdrop-filter: should create stacking context in servo.
1 parent 8af5d51 commit d37f4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style/properties/longhands/effects.mako.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ ${helpers.predefined_type(
5959
"backdrop-filter",
6060
"Filter",
6161
None,
62-
engines="gecko",
62+
engines="gecko servo",
63+
servo_pref="layout.backdrop-filter.creates-stacking-context",
6364
vector=True,
6465
simple_vector_bindings=True,
6566
gecko_ffi_name="mBackdropFilters",

0 commit comments

Comments
 (0)