Skip to content

Instantly share code, notes, and snippets.

@denoise
denoise / issue-196-repro.html
Created April 24, 2026 17:19
pagedjs #196 regression reproducer — many small tables with break-inside:avoid hang the chunker at commit 4cbe301
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>pagedjs #196 regression reproducer — hang on many small tables</title>
<style>
@page { size: A5; margin: 15mm; }
body { font-family: sans-serif; font-size: 9pt; line-height: 1.4; }
h2 { break-after: avoid; }
h3 { break-after: avoid; break-inside: avoid; }