test: add integration tests

This commit is contained in:
Julien Neuhart
2025-03-21 11:18:20 +01:00
parent 820b914291
commit 0febb60a3f
139 changed files with 7561 additions and 16381 deletions

View File

@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<title>Pages 3</title>
<style>
.page-break-after {
page-break-after: always;
}
</style>
</head>
<body>
<h1 class="page-break-after">Page 1</h1>
<h1 class="page-break-after">Page 2</h1>
<h1 class="page-break-after">Page 3</h1>
</body>
</html>