blob: 2501904a8eb79fbc42ddc477006f1b4bb37c65fd [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.layoutTestController) {
layoutTestController.dumpStatusCallbacks();
layoutTestController.dumpAsText();
}
plg.setStatus(); // Try sending a null string, which used to cause a crash.
plg.setStatus("PАSS");
</script></body></html>