diff --git a/tests/ref/block-sticky-above.png b/tests/ref/block-sticky-above.png new file mode 100644 index 000000000..92370fdc5 Binary files /dev/null and b/tests/ref/block-sticky-above.png differ diff --git a/tests/suite/layout/container.typ b/tests/suite/layout/container.typ index 4f92427f7..973c5d917 100644 --- a/tests/suite/layout/container.typ +++ b/tests/suite/layout/container.typ @@ -166,13 +166,13 @@ F --- block-sticky-many --- #set page(height: 80pt) #set block(sticky: "below") -#block[A] -#block[B] -#block[C] -#block[D] +#block(breakable: false)[A] +#block(breakable: false)[B] +#block(breakable: false)[C] +#block(breakable: false)[D] E -#block[F] -#block[G] +#block(breakable: false)[F] +#block(breakable: false)[G] --- block-sticky-colbreak --- A