summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/pseudo-tags-in-attributes.html
blob: 2e6e015eaf5c1ba208de7f20529d4509d39d48c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>