summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level2/html/files/applet.html
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-17 03:48:13 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:12 +0530
commitfc102fd14a29d7d738ce4e6053755a49c9ded314 (patch)
tree7770190dbfed7784a959732722565076f7a60ded /test/testcases/tests/level2/html/files/applet.html
parentc82cd22ba5d791404345ec75251b3136581e89e5 (diff)
downloadlibdom-fc102fd14a29d7d738ce4e6053755a49c9ded314.tar.gz
libdom-fc102fd14a29d7d738ce4e6053755a49c9ded314.tar.bz2
Applet Element
Diffstat (limited to 'test/testcases/tests/level2/html/files/applet.html')
-rw-r--r--test/testcases/tests/level2/html/files/applet.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/testcases/tests/level2/html/files/applet.html b/test/testcases/tests/level2/html/files/applet.html
new file mode 100644
index 0000000..d721cf1
--- /dev/null
+++ b/test/testcases/tests/level2/html/files/applet.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
+<TITLE>NIST DOM HTML Test - Applet</TITLE>
+</HEAD>
+<BODY onload="parent.loadComplete()">
+<P>
+<APPLET ALIGN="bottom" ALT="Applet Number 1" ARCHIVE="" CODE="org/w3c/domts/DOMTSApplet.class" CODEBASE="applets" HEIGHT="306" HSPACE="0" NAME="applet1" VSPACE="0" WIDTH="301"></APPLET>
+</P>
+</BODY>
+</HTML>