summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/dom-level2-html/files/anchor2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/dom-level2-html/files/anchor2.html')
-rw-r--r--dom/tests/mochitest/dom-level2-html/files/anchor2.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level2-html/files/anchor2.html b/dom/tests/mochitest/dom-level2-html/files/anchor2.html
new file mode 100644
index 0000000000..1b04fb9ff1
--- /dev/null
+++ b/dom/tests/mochitest/dom-level2-html/files/anchor2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
+<TITLE>NIST DOM HTML Test - Anchor</TITLE>
+</HEAD>
+<BODY onload="parent.loadComplete()">
+<P>
+<A HREF="./pix/submit.gif" TARGET="dynamic">View Submit Button</A>
+</P>
+</BODY>
+</HTML>