/css/css-box/parsing/margin-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['margin'] = "10px" should set the property value | |
| PASS | e.style['margin'] = "20%" should set the property value | |
| PASS | e.style['margin'] = "calc(2em + 3ex)" should set the property value | |
| PASS | e.style['margin'] = "auto" should set the property value | |
| PASS | e.style['margin'] = "-10px" should set the property value | |
| PASS | e.style['margin'] = "-20%" should set the property value | |
| PASS | e.style['margin'] = "calc(2em + 3ex) auto" should set the property value | |
| PASS | e.style['margin'] = "auto calc(2em + 3ex) 20%" should set the property value | |
| PASS | e.style['margin'] = "10px 20% calc(2em + 3ex) auto" should set the property value | |
| PASS | e.style['margin-top'] = "10px" should set the property value | |
| PASS | e.style['margin-right'] = "20%" should set the property value | |
| PASS | e.style['margin-bottom'] = "calc(2em + 3ex)" should set the property value | |
| PASS | e.style['margin-left'] = "auto" should set the property value | |
| PASS | e.style['margin-top'] = "-10px" should set the property value | |
| PASS | e.style['margin-right'] = "-20%" should set the property value |
bundle built 2026-07-16T07:16:48.063Z