playwright/tests/assets/headings.html
Sylvain Finot b11b118e02
feat(chromium): expose parameters to generate outline / tagged PDF (#29494)
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: Max Schmitt <max@schmitt.mx>
2024-02-15 17:28:04 +01:00

15 lines
179 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Headings</title>
</head>
<body>
<h1>Title</h1>
<h2>Subtitle</h2>
<h3>Subsubtitle</h3>
<h2>Subtitle</h2>
</body>
</html>