1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/html/document/test/bug199692-nested.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<!-- 1.7 +https://bugzilla.mozilla.org/show_bug.cgi?id=199692 1.8 +--> 1.9 +<head> 1.10 + <title>Nested iframe for bug 199692 tests</title> 1.11 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.12 +</head> 1.13 +<body> 1.14 + <div id="nest1div" style="border: 2px dotted green;">nested, depth 1</div> 1.15 + <iframe src="bug199692-nested-d2.html"></iframe> 1.16 +</body> 1.17 +</html> 1.18 +