diff options
Diffstat (limited to 'test/layout/flex-wrap-in-nowrap.html')
-rw-r--r-- | test/layout/flex-wrap-in-nowrap.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/layout/flex-wrap-in-nowrap.html b/test/layout/flex-wrap-in-nowrap.html new file mode 100644 index 00000000..8e81c9e5 --- /dev/null +++ b/test/layout/flex-wrap-in-nowrap.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<div style="display: flex; flex-wrap: nowrap; width: 20ch"> +<div style="display: flex; flex-flow: wrap"> +<div style="width: 10ch; height: 5em; background: red"></div> +<div style="width: 10ch; height: 5em; background: green"></div> +<div style="width: 10ch; height: 5em; background: red"></div> +<div style="width: 10ch; height: 5em; background: green"></div> +<div style="width: 10ch; height: 5em; background: red"></div> +<div style="width: 10ch; height: 5em; background: green"></div> |