about summary refs log tree commit diff stats
path: root/test/layout/flexbox-simple-flex-grow-and-height.html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-21 21:26:27 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-21 21:28:45 +0200
commite3d9ee2c6224cd30bf56e24f7988899e0e3985c1 (patch)
tree31116d7d751d058f32bf43313c12673423e8d8be /test/layout/flexbox-simple-flex-grow-and-height.html
parentba88f015ea500bcc574b621392c721ef2c9dbcd0 (diff)
downloadchawan-e3d9ee2c6224cd30bf56e24f7988899e0e3985c1.tar.gz
test: add js & layout tests
(Sadly some layout tests still fail.)
Diffstat (limited to 'test/layout/flexbox-simple-flex-grow-and-height.html')
-rw-r--r--test/layout/flexbox-simple-flex-grow-and-height.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/flexbox-simple-flex-grow-and-height.html b/test/layout/flexbox-simple-flex-grow-and-height.html
new file mode 100644
index 00000000..f286271e
--- /dev/null
+++ b/test/layout/flexbox-simple-flex-grow-and-height.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<div style="display: flex">
+<div style="flex-grow: 2; height:200px"><div style="background-color: red">test 1000000000000</div></div>
+<div style="flex-grow: 1; height: 100px;background-color: green; display: flex"></div>
+<div style="flex-grow: 1; background-color: pink">test 3</div>