haikuwebkit/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html

21 lines
609 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>
<TITLE></TITLE>
<LINK rel="stylesheet" type="<foobar><>" href="">
<meta name="keywords" content="<body>, <foobar>, <>">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html" charset="utf-8">
</HEAD>
<BODY>
<P>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12506">bug 12506</a>:
REGRESSION: Safari doesn't display hebrew text on a web page, displayed correctly on Tiger.</P>
<P>SUССЕSS</P>
<SCRIPT>
document.write("<p>Charset: " + document.inputEncoding + "</p>");
if (window.testRunner)
testRunner.dumpAsText();
</SCRIPT>
</BODY>
</HTML>