diff options
Diffstat (limited to 'test/layout/flex-shrink-overconstrained.html')
-rw-r--r-- | test/layout/flex-shrink-overconstrained.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/layout/flex-shrink-overconstrained.html b/test/layout/flex-shrink-overconstrained.html new file mode 100644 index 00000000..162bcb49 --- /dev/null +++ b/test/layout/flex-shrink-overconstrained.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<div style="display: flex; width: 40ch"> +<div style="width: 40ch; background: red">1111 1111 1111 1111 1111 1111 1111 1111 1111</div> +<div style="width: 80ch; background: pink">test test test test test test test test test test test test test test test test test</div> +<!-- +<div style="width: 4ch; background: aliceblue">last</div> |