diff options
Diffstat (limited to 'dom/tests/mochitest/dom-level2-html/files/tablecaption.html')
-rw-r--r-- | dom/tests/mochitest/dom-level2-html/files/tablecaption.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dom/tests/mochitest/dom-level2-html/files/tablecaption.html b/dom/tests/mochitest/dom-level2-html/files/tablecaption.html new file mode 100644 index 0000000000..f9181c739c --- /dev/null +++ b/dom/tests/mochitest/dom-level2-html/files/tablecaption.html @@ -0,0 +1,25 @@ +<!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 - TABLECAPTION</TITLE> +</HEAD> +<BODY onload="parent.loadComplete()"> +<TABLE SUMMARY="Table Summary"> +<CAPTION ALIGN="top">CAPTION 1</CAPTION> +<TR> +<TH>Employee Id</TH> +<TH>Employee Name</TH> +<TH>Position</TH> +<TH>Salary</TH> +</TR> +</TABLE> +</BODY> +</HTML> + + + + + + + |