diff options
Diffstat (limited to 'test/layout/flex-column-height-basis-0.html')
-rw-r--r-- | test/layout/flex-column-height-basis-0.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/layout/flex-column-height-basis-0.html b/test/layout/flex-column-height-basis-0.html new file mode 100644 index 00000000..a261031d --- /dev/null +++ b/test/layout/flex-column-height-basis-0.html @@ -0,0 +1,8 @@ +<body style="display: flex; flex-direction: column"> +<div style="flex-basis: 0%"> +test 1<br> +test 1<br> +test 1<br> +</div> +<div> +test 2 |