diff options
Diffstat (limited to 'dom/tests/mochitest/dom-level2-html/files/title.html')
-rw-r--r-- | dom/tests/mochitest/dom-level2-html/files/title.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level2-html/files/title.html b/dom/tests/mochitest/dom-level2-html/files/title.html new file mode 100644 index 0000000000..2078ee95d3 --- /dev/null +++ b/dom/tests/mochitest/dom-level2-html/files/title.html @@ -0,0 +1,13 @@ +<!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 - TITLE</TITLE> +</HEAD> +<BODY onload="parent.loadComplete()"> +<P> +<BR/> +</P> +</BODY> +</HTML> + |