<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.waitUntilDone(); | |
} | |
function loaded() { | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe src="resources/invalid-locale.html" onload="loaded()"> | |
</iframe>Did not crash - SUCCESS. See <a href="http://bugs.webkit.org/show_bug.cgi?id=67640">bug 67640</a>. | |
</body> | |
</html> |