1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/html/document/test/bug199692-nested-d2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 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, 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="nest2div" style="border: 2px dotted blue;">nested, depth 2</div> 1.15 +</body> 1.16 +</html> 1.17 +