summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/applet-param-no-name.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/applet-param-no-name.html')
-rw-r--r--Source/WebCore/manual-tests/applet-param-no-name.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/applet-param-no-name.html b/Source/WebCore/manual-tests/applet-param-no-name.html
new file mode 100644
index 0000000..c6e8821
--- /dev/null
+++ b/Source/WebCore/manual-tests/applet-param-no-name.html
@@ -0,0 +1,4 @@
+<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>