diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/2595-float-overlap.png | bin | 0 -> 15654 bytes | |||
| -rw-r--r-- | tests/ref/bugs/2715-float-order.png | bin | 12944 -> 13006 bytes | |||
| -rw-r--r-- | tests/typ/bugs/2595-float-overlap.typ | 13 | ||||
| -rw-r--r-- | tests/typ/bugs/2715-float-order.typ | 2 |
4 files changed, 14 insertions, 1 deletions
diff --git a/tests/ref/bugs/2595-float-overlap.png b/tests/ref/bugs/2595-float-overlap.png Binary files differnew file mode 100644 index 00000000..6d8eaf94 --- /dev/null +++ b/tests/ref/bugs/2595-float-overlap.png diff --git a/tests/ref/bugs/2715-float-order.png b/tests/ref/bugs/2715-float-order.png Binary files differindex 76e6db9e..0a4f8812 100644 --- a/tests/ref/bugs/2715-float-order.png +++ b/tests/ref/bugs/2715-float-order.png 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) diff --git a/tests/typ/bugs/2715-float-order.typ b/tests/typ/bugs/2715-float-order.typ index f6ac6219..af0684a1 100644 --- a/tests/typ/bugs/2715-float-order.typ +++ b/tests/typ/bugs/2715-float-order.typ @@ -1,4 +1,4 @@ -#set page(height: 170pt) +#set page(height: 180pt) #set figure(placement: auto) #figure( |
