test: more robust PDF specs (#35979)

This commit is contained in:
Shelley Vohr
2022-10-12 07:15:49 -07:00
committed by GitHub
parent eb97ce1931
commit 76afd8c028
3 changed files with 111 additions and 25 deletions

View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>Your Title Here</title>
</head>
<body style="background: green;">
<h1>This is a header</h1>
<h2>This is a Medium header</h2>
Send me mail at <a href="mailto:support@yourcompany.com">support@yourcompany.com</a>.
<p> This is a new paragraph!
<p> <b>This is a new paragraph!</b>
<br> <b><i>This is a new sentence without a paragraph break, in bold italics.</i></b>
</body>
</html>