about summary refs log blame commit diff stats
path: root/test/layout/absolute-container-indefinite-height.html
blob: eb6fe811c700d99705514facb7e07219da4805de (plain) (tree)




































                                                          
<!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>