1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/html/document/test/test_bug199692.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 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 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.11 + <title>Test for Bug 199692</title> 1.12 + <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> 1.13 + <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> 1.14 +</head> 1.15 +<body> 1.16 + <script type="text/javascript"> 1.17 + SimpleTest.waitForExplicitFinish(); 1.18 + 1.19 + // The popup calls MochiTest methods in this window through window.opener 1.20 + window.open("bug199692-popup.html", "bug199692", "width=600,height=600"); 1.21 + </script> 1.22 +</body> 1.23 +</html> 1.24 +