blob: fe59bf6bf2eb785a25c78320a8de2b95b339ca90 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta content="charset "><!-- tabs -->
<meta content="charset
"><!-- multiple spaces and newlines -->
<meta content="charset "><!-- single space -->
</head>
<body>
<p>Meta charset parser should handle various whitespace edge cases after "charset".</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write("PASS");
</script>
</body>
</html>