dom/tests/mochitest/dom-level2-html/files/tablecaption.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/tablecaption.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<HTML>
     1.6 +<HEAD>
     1.7 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
     1.8 +<TITLE>NIST DOM HTML Test - TABLECAPTION</TITLE>
     1.9 +</HEAD>
    1.10 +<BODY onload="parent.loadComplete()">
    1.11 +<TABLE SUMMARY="Table Summary">
    1.12 +<CAPTION ALIGN="top">CAPTION 1</CAPTION>
    1.13 +<TR>
    1.14 +<TH>Employee Id</TH>
    1.15 +<TH>Employee Name</TH>
    1.16 +<TH>Position</TH>
    1.17 +<TH>Salary</TH>
    1.18 +</TR>
    1.19 +</TABLE>
    1.20 +</BODY>
    1.21 +</HTML>
    1.22 +
    1.23 +
    1.24 +
    1.25 +
    1.26 +
    1.27 +
    1.28 +

mercurial