summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/2595-float-overlap.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs/2595-float-overlap.typ')
-rw-r--r--tests/typ/bugs/2595-float-overlap.typ13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/typ/bugs/2595-float-overlap.typ b/tests/typ/bugs/2595-float-overlap.typ
new file mode 100644
index 00000000..7c7f68c9
--- /dev/null
+++ b/tests/typ/bugs/2595-float-overlap.typ
@@ -0,0 +1,13 @@
+#set page(height: 80pt)
+
+Start.
+
+#place(auto, float: true, [
+ #block(height: 100%, width: 100%, fill: aqua)
+])
+
+#place(auto, float: true, [
+ #block(height: 100%, width: 100%, fill: red)
+])
+
+#lorem(20)