Make sure all files that should be present are present.
This commit is contained in:
9
test/html/empty-heading.html
Normal file
9
test/html/empty-heading.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<div>line 1</div>
|
||||
<h1></h1>
|
||||
<h1>line 2</h1>
|
||||
<div>line 3</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user