Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / head-comment.html
blob631fe9204ec30b99524359a62ff13d61770b1bde
1 <html>
2 <head>
3 <!-- this is not a <body> tag -->
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <script>if (window.testRunner) testRunner.dumpAsText();</script>
6 </head>
7 <body>
8 <p>This is a UTF-8 quote mark: ’</p>
9 <p>If it shows up as garbage, that means Safari got confused by comments within the &lt;head> section.</p>
10 </body>
11 </html>