1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/mod.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//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 - MOD</TITLE> 1.9 +</HEAD> 1.10 +<BODY onload="parent.loadComplete()"> 1.11 +<P> 1.12 +<INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS> 1.13 +<BR/> 1.14 +<DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL> 1.15 +</P> 1.16 +</BODY> 1.17 +</HTML> 1.18 +