summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/pdf.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/pdf.html')
-rw-r--r--remote/test/puppeteer/test/assets/pdf.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/remote/test/puppeteer/test/assets/pdf.html b/remote/test/puppeteer/test/assets/pdf.html
index 987df27ebe..ef046e3d36 100644
--- a/remote/test/puppeteer/test/assets/pdf.html
+++ b/remote/test/puppeteer/test/assets/pdf.html
@@ -6,6 +6,12 @@
<title>PDF</title>
</head>
<body>
- <div>PDF Content</div>
+ <h1>PDF Content</h1>
+ <section>
+ <h1>PDF Subcontent 1</h1>
+ </section>
+ <section>
+ <h1>PDF Subcontent 2</h1>
+ </section>
</body>
</html>