summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/pseudo-tags-in-attributes.html')
-rw-r--r--LayoutTests/fast/encoding/pseudo-tags-in-attributes.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html b/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html
new file mode 100644
index 0000000..2e6e015
--- /dev/null
+++ b/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html
@@ -0,0 +1,20 @@
+<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.layoutTestController)
+ layoutTestController.dumpAsText();
+ </SCRIPT>
+ </BODY>
+</HTML>