diff options
Diffstat (limited to 'test/layout/flex-main-padding-border-box.html')
-rw-r--r-- | test/layout/flex-main-padding-border-box.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/layout/flex-main-padding-border-box.html b/test/layout/flex-main-padding-border-box.html new file mode 100644 index 00000000..76b21bb4 --- /dev/null +++ b/test/layout/flex-main-padding-border-box.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<style>* { box-sizing: border-box }</style> +<div style="display: flex; margin-right: -2ch; margin-left: -2ch"> +<div style="flex-grow: 0; flex-shrink: 0; flex-basis: 100%; padding-right: 2ch; padding-left: 2ch"> +<div style="background: red"> +test |