<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> |