1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/iframe2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 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 - IFRAME2</TITLE> 1.9 +<!-- required by frame contents --> 1.10 +<SCRIPT type="text/javascript">function loadComplete() { }</SCRIPT> 1.11 +</HEAD> 1.12 +<BODY onload="parent.loadComplete()"> 1.13 +<IFRAME ID="Iframe1" NAME="Iframe1" SRC="iframe.html">IFRAME1</IFRAME> 1.14 +<IFRAME ID="Iframe2" SRC="frame.html" NAME="Iframe2">IFRAME2</IFRAME> 1.15 +</BODY> 1.16 +</HTML>