close #42 fallback to html when doctype is invalid
This commit is contained in:
9
test/html/invalid-doctype.html
Normal file
9
test/html/invalid-doctype.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE >
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Invalid Doctype</title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user