about summary refs log tree commit diff stats
path: root/test/layout
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout')
-rw-r--r--test/layout/float-clear-table.expected2
-rw-r--r--test/layout/float-clear-table.html3
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>