mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: more robust PDF specs (#35979)
This commit is contained in:
17
spec/fixtures/api/print-to-pdf-small.html
vendored
Normal file
17
spec/fixtures/api/print-to-pdf-small.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user