summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/charset-invalid.html
blob: ae81286e1f227854cde97cf3ecb1d7b0dde3693a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
<title>Invalid encoding</title>
</head>
<body>
<script>
if (window.layoutTestController)
	layoutTestController.dumpAsText();
document.write("<p>Should be your browser default encoding: " + document.characterSet + "</p>");
document.write("<p>If it's latin-1 (ISO-8859-1), this should be accented e: é</p>");
</script>

</body>
</html>