<html> | |
<head> | |
<style> | |
p { font-family: monospace; } | |
</head> | |
<body> | |
<div>This document is missing its </style> tag in its head. The tokenizer should retokenize | |
this document after consuming all of it looking for the missing end tag, then let the parser clean | |
up the missing tag. | |
See <a href="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a>.</div> | |
<p>This text should also be monospace.</p> | |
</body> | |
</html> |