diff options
Diffstat (limited to 'dom/tests/mochitest/dom-level2-html/files/directory.html')
-rw-r--r-- | dom/tests/mochitest/dom-level2-html/files/directory.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level2-html/files/directory.html b/dom/tests/mochitest/dom-level2-html/files/directory.html new file mode 100644 index 0000000000..0e2f460916 --- /dev/null +++ b/dom/tests/mochitest/dom-level2-html/files/directory.html @@ -0,0 +1,14 @@ +<!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 - Directory</TITLE> +</HEAD> +<BODY onload="parent.loadComplete()"> +<DIR COMPACT="compact"> +<LI>DIR item number 1.</LI> +<LI>DIR item number 2.</LI> +<LI>DIR item number 3.</LI> +</DIR> +</BODY> +</HTML> |