/css/css-align/parsing/grid-gap-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['grid-gap'] = "normal normal" should set the property value | |
| PASS | e.style['grid-gap'] = "10px 10px" should set the property value | |
| PASS | e.style['grid-gap'] = "20% 20%" should set the property value | |
| PASS | e.style['grid-gap'] = "calc(20% + 10px) calc(20% + 10px)" should set the property value | |
| PASS | e.style['grid-gap'] = "normal 10px" should set the property value | |
| PASS | e.style['grid-gap'] = "10px 20%" should set the property value | |
| PASS | e.style['grid-gap'] = "20% calc(20% + 10px)" should set the property value | |
| PASS | e.style['grid-gap'] = "calc(20% + 10px) 0px" should set the property value | |
| PASS | e.style['grid-gap'] = "0px normal" should set the property value |
bundle built 2026-07-16T07:16:48.063Z