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