blob: 0e5d4a2534914383ebb08427da63854b7b34f6df [file] [log] [blame]
<script>
function testSucceeded() {
document.getElementById('console').innerText = 'SUCCESS';
if (window.layoutTestController)
layoutTestController.notifyDone();
}
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
</script>
<body>
<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-with-javascript-url" width=100 height=100></embed>
<p id="description">Test that evaluating a javascript: URL will send a stream with the result of the evaluation.</p>
<div id="console">FAILURE</div>