haikuwebkit/LayoutTests/fast/text/bad-encoding.html

21 lines
437 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function loaded() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<iframe src="resources/bad-encoding.xml" onload="loaded()">
</iframe>Did not crash - SUCCESS. See https://bugs.webkit.org/show_bug.cgi?id=36000
</body>
</html>