Implement grid-template-areas (fixes #16079)

This commit is contained in:
Anthony Ramine 2017-05-04 17:43:51 +02:00
parent 1b9e1cc1f2
commit 3c68c28ff7
5 changed files with 226 additions and 1 deletions

View file

@ -623,6 +623,7 @@ mod bindings {
.whitelisted_function("Servo_.*")
.whitelisted_function("Gecko_.*");
let structs_types = [
"mozilla::css::GridTemplateAreasValue",
"mozilla::css::URLValue",
"mozilla::Side",
"RawGeckoAnimationPropertySegment",