diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/overflow-auto-still-sets-intrinisc-min-height.expected | 9 | ||||
-rw-r--r-- | test/layout/overflow-auto-still-sets-intrinisc-min-height.html | 17 |
2 files changed, 26 insertions, 0 deletions
diff --git a/test/layout/overflow-auto-still-sets-intrinisc-min-height.expected b/test/layout/overflow-auto-still-sets-intrinisc-min-height.expected new file mode 100644 index 00000000..efae2da0 --- /dev/null +++ b/test/layout/overflow-auto-still-sets-intrinisc-min-height.expected @@ -0,0 +1,9 @@ + +test +test +test +test +test +test + +footer footer footer footer diff --git a/test/layout/overflow-auto-still-sets-intrinisc-min-height.html b/test/layout/overflow-auto-still-sets-intrinisc-min-height.html new file mode 100644 index 00000000..1b0636c5 --- /dev/null +++ b/test/layout/overflow-auto-still-sets-intrinisc-min-height.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<div style="height: 2em; display: flex; flex-direction: column"> +<div> +<div style="overflow: auto; height: 2ch"> +<pre> +test +test +test +test +test +test +</pre> +</div> +</div> +<div> + +footer footer footer footer |