diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/float-clear-table.expected | 2 | ||||
-rw-r--r-- | test/layout/float-clear-table.html | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/layout/float-clear-table.expected b/test/layout/float-clear-table.expected new file mode 100644 index 00000000..bebdf668 --- /dev/null +++ b/test/layout/float-clear-table.expected @@ -0,0 +1,2 @@ + test + test diff --git a/test/layout/float-clear-table.html b/test/layout/float-clear-table.html new file mode 100644 index 00000000..6e396fd7 --- /dev/null +++ b/test/layout/float-clear-table.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<div style="display: table; clear: right; float: right">test</div> +<div style="display: table; clear: right; float: right">test</div> |