mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
test: add integration tests
This commit is contained in:
16
test/integration/testdata/pages-3-html/index.html
vendored
Normal file
16
test/integration/testdata/pages-3-html/index.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user