diff options
Diffstat (limited to 'test/layout/bottom-property-non-absolute.html')
-rw-r--r-- | test/layout/bottom-property-non-absolute.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/layout/bottom-property-non-absolute.html b/test/layout/bottom-property-non-absolute.html new file mode 100644 index 00000000..817aa289 --- /dev/null +++ b/test/layout/bottom-property-non-absolute.html @@ -0,0 +1,2 @@ +<div>test<div> +<div style="bottom: 0">test</div> |