diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/bottom-property-non-absolute.expected | 2 | ||||
-rw-r--r-- | test/layout/bottom-property-non-absolute.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/layout/bottom-property-non-absolute.expected b/test/layout/bottom-property-non-absolute.expected new file mode 100644 index 00000000..dec2cbe1 --- /dev/null +++ b/test/layout/bottom-property-non-absolute.expected @@ -0,0 +1,2 @@ +test +test 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> |