haikuwebkit/LayoutTests/fast/parser/head-comment.html

12 lines
358 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<!-- this is not a <body> tag -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script>if (window.testRunner) testRunner.dumpAsText();</script>
</head>
<body>
<p>This is a UTF-8 quote mark: </p>
<p>If it shows up as garbage, that means Safari got confused by comments within the &lt;head> section.</p>
</body>
</html>