mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement grid-template-areas (fixes #16079)
This commit is contained in:
parent
1b9e1cc1f2
commit
3c68c28ff7
5 changed files with 226 additions and 1 deletions
|
@ -623,6 +623,7 @@ mod bindings {
|
|||
.whitelisted_function("Servo_.*")
|
||||
.whitelisted_function("Gecko_.*");
|
||||
let structs_types = [
|
||||
"mozilla::css::GridTemplateAreasValue",
|
||||
"mozilla::css::URLValue",
|
||||
"mozilla::Side",
|
||||
"RawGeckoAnimationPropertySegment",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue