about summary refs log tree commit diff stats
path: root/test/layout/margins_float2.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/margins_float2.html')
-rw-r--r--test/layout/margins_float2.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/layout/margins_float2.html b/test/layout/margins_float2.html
new file mode 100644
index 00000000..ca340bf6
--- /dev/null
+++ b/test/layout/margins_float2.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<div style="display: inline-block; width: 50ch">
+<div>
+<div id=empty style="margin-top: 1em">
+<div style="float: right">float</div>
+</div>
+<div id=full style="margin-top: 2em">
+test
+</div>
+</div>
+</div>