| All blue boxes are 100x100px with box-sizing: border-box and 2px border (4px border-top), we expect offsetWidth/Height to be 100x100 |
| flex-flow: default, orange box has width: 300px |
| |
| PASS |
| flex-flow: default, orange box has width: 400px |
| |
| PASS |
| flex-flow: default, orange box has width: auto |
| |
| PASS |
| flex-flow: default, orange box has width: auto, flex-box has box-sizing: border-box |
| |
| PASS |
| flex-flow: column, red box has height: 300px |
| |
| PASS |
| flex-flow: column, red box has height: 400px |
| |
| PASS |
| flex-flow: column, red box has height: auto |
| |
| PASS |
| flex-box has box-sizing: border-box and flex-wrap: wrap; |
| |
| PASS |
| flex-box has box-sizing: default and flex-wrap: wrap; |
| |
| PASS |
| flex-flow: column, flex-box has box-sizing: border-box, flex items have flex: 1 |
| |
| PASS |