about summary refs log tree commit diff stats
path: root/test/layout/absolute-container-indefinite-height.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/absolute-container-indefinite-height.html')
-rw-r--r--test/layout/absolute-container-indefinite-height.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/test/layout/absolute-container-indefinite-height.html b/test/layout/absolute-container-indefinite-height.html
new file mode 100644
index 00000000..eb6fe811
--- /dev/null
+++ b/test/layout/absolute-container-indefinite-height.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<pre style="position: relative">
+<div style="position: absolute; bottom: 0">bottom .1</div>
+outer 1
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+.
+<div style="position: absolute; bottom: 0">bottom 2</div>
+</pre>
+<pre style="position: relative">
+<div style="position: absolute; bottom: 0">bottom .3</div>
+outer 2
+<div style="position: absolute; bottom: 0">bottom 4</div>
+</pre>