/css/css-box/parsing/margin-shorthand.html| status | subtest | message |
|---|---|---|
| PASS | e.style['margin'] = "1px 2px 3px 4px" should set margin-bottom | |
| PASS | e.style['margin'] = "1px 2px 3px 4px" should set margin-left | |
| PASS | e.style['margin'] = "1px 2px 3px 4px" should set margin-right | |
| PASS | e.style['margin'] = "1px 2px 3px 4px" should set margin-top | |
| PASS | e.style['margin'] = "1px 2px 3px 4px" should not set unrelated longhands | |
| PASS | e.style['margin'] = "1px 2px 3px" should set margin-bottom | |
| PASS | e.style['margin'] = "1px 2px 3px" should set margin-left | |
| PASS | e.style['margin'] = "1px 2px 3px" should set margin-right | |
| PASS | e.style['margin'] = "1px 2px 3px" should set margin-top | |
| PASS | e.style['margin'] = "1px 2px 3px" should not set unrelated longhands | |
| PASS | e.style['margin'] = "1px 2px" should set margin-bottom | |
| PASS | e.style['margin'] = "1px 2px" should set margin-left | |
| PASS | e.style['margin'] = "1px 2px" should set margin-right | |
| PASS | e.style['margin'] = "1px 2px" should set margin-top | |
| PASS | e.style['margin'] = "1px 2px" should not set unrelated longhands | |
| PASS | e.style['margin'] = "1px" should set margin-bottom | |
| PASS | e.style['margin'] = "1px" should set margin-left | |
| PASS | e.style['margin'] = "1px" should set margin-right | |
| PASS | e.style['margin'] = "1px" should set margin-top | |
| PASS | e.style['margin'] = "1px" should not set unrelated longhands |
bundle built 2026-07-16T07:16:48.063Z