blob: fe9c73e5c8a338fbe49329bf6afe8f00f2e55b49 [file] [log] [blame]
<html>
<meta charset="utf-8">
<body>
<embed name="plg" type="application/x-webkit-test-netscape"></embed>
<p>PASS if status bar says "PASS".</p>
<script>
if (window.testRunner) {
testRunner.dumpStatusCallbacks();
testRunner.dumpAsText();
}
plg.setStatus(); // Try sending a null string, which used to cause a crash.
plg.setStatus("PАSS");
</script></body></html>