blob: 41813091b927f054ba4572b07588c647cd11d99a [file] [log] [blame]
andersca@apple.com4c8ba962011-05-13 22:37:36 +00001<script>
2function testSucceeded() {
3 document.getElementById('console').innerText = 'SUCCESS';
rniwa@webkit.org5cf7fa82012-06-15 07:38:37 +00004 if (window.testRunner)
5 testRunner.notifyDone();
andersca@apple.com4c8ba962011-05-13 22:37:36 +00006}
7
rniwa@webkit.org5cf7fa82012-06-15 07:38:37 +00008if (window.testRunner) {
9 testRunner.dumpAsText();
10 testRunner.waitUntilDone();
andersca@apple.com4c8ba962011-05-13 22:37:36 +000011}
12</script>
13<body>
14<embed id="plugin" type="application/x-webkit-test-netscape" test="get-url-with-javascript-url" width=100 height=100></embed>
15<p id="description">Test that evaluating a javascript: URL will send a stream with the result of the evaluation.</p>
16<div id="console">FAILURE</div>