summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/applet-param-no-name.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/applet-param-no-name.html')
-rw-r--r--WebCore/manual-tests/applet-param-no-name.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/manual-tests/applet-param-no-name.html b/WebCore/manual-tests/applet-param-no-name.html
deleted file mode 100644
index c6e8821..0000000
--- a/WebCore/manual-tests/applet-param-no-name.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=8437">http://bugs.webkit.org/show_bug.cgi?id=8437</a></p>
-<p>This tests an applet element with a param element inside it with no name. If Java is enabled and Safari did not crash, then the test passed.</p>
-<applet code=""><param></applet>
-<script>document.body.offsetTop;</script>