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, 0 insertions, 13 deletions
diff --git a/tests/typ/bugs/2595-float-overlap.typ b/tests/typ/bugs/2595-float-overlap.typ
deleted file mode 100644
index 7c7f68c9..00000000
--- a/tests/typ/bugs/2595-float-overlap.typ
+++ /dev/null
@@ -1,13 +0,0 @@
-#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)