| Index: webkit/data/layout_tests/chrome/fast/dom/java-applet-calls.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/java-applet-calls.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/java-applet-calls.html (working copy)
|
| @@ -1,27 +0,0 @@
|
| -<HTML>
|
| -<HEAD>
|
| -<TITLE>Call Java from JS</TITLE>
|
| -<script type="text/javascript">
|
| -if (window.layoutTestController)
|
| - layoutTestController.dumpAsText();
|
| -function runTest() {
|
| - try {
|
| - document.testapplet.setString("abcdefg");
|
| - if (document.testapplet.getString() == "abcdefg")
|
| - document.getElementById("result").innerHTML = "TEST PASSED!";
|
| - } catch (e) {
|
| - }
|
| -}
|
| -</script>
|
| -
|
| -</HEAD>
|
| -<BODY onload="runTest()">
|
| -Requires Java plugin been installed.<br>
|
| -This tests that calling functions on Java Applet works.<br>
|
| -<div id="result">FAIL</div>
|
| -<APPLET CODEBASE="." CODE="TestApplet.class" WIDTH=1 HEIGHT=1 NAME="testapplet">
|
| -</APPLET>
|
| -</BODY>
|
| -</HTML>
|
| -
|
| -
|
|
|