diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-26 15:20:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 13:20:22 +0000 |
| commit | 7420ec972ffd6e4893fa24d12992b375da6b11fa (patch) | |
| tree | 58a9d8e1b26f6199b5227f7c5e219dd9aec8255c /tests | |
| parent | 5dd5771df03a666fe17930b0b071b06266e5937f (diff) | |
Fix nested HTML frames (#6509)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/html-frame-in-layout.png | bin | 0 -> 146 bytes | |||
| -rw-r--r-- | tests/suite/html/frame.typ | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/html-frame-in-layout.png b/tests/ref/html-frame-in-layout.png Binary files differnew file mode 100644 index 00000000..c3382e43 --- /dev/null +++ b/tests/ref/html-frame-in-layout.png diff --git a/tests/suite/html/frame.typ b/tests/suite/html/frame.typ new file mode 100644 index 00000000..711933d7 --- /dev/null +++ b/tests/suite/html/frame.typ @@ -0,0 +1,8 @@ +// No proper HTML tests here yet because we don't want to test SVG export just +// yet. We'll definitely add tests at some point. + +--- html-frame-in-layout --- +// Ensure that HTML frames are transparent in layout. This is less important for +// actual paged export than for _nested_ HTML frames, which take the same code +// path. +#html.frame[A] |
