blob: 22b4bbf089e50a2f35d37a55c3b3c52fe8f53d22 [file] [log] [blame]
<html>
<head>
<meta http-equiv="x-ua-compatible" content="chrome=1" />
<title>ChromeFrame window open popup</title>
<script type="text/javascript" src="chrome_frame_tester_helpers.js"></script>
<script type="text/javascript">
function onLoad() {
if (!TestIfRunningInChrome()) {
onFailure("ChromeFrameWindowOpenPopup",
"Window Open failed to enter Chrome:-(",
"User agent = " + navigator.userAgent.toLowerCase());
} else {
onSuccess("ChromeFrameWindowOpenPopup", 1);
}
}
</script>
</head>
<body onload="onLoad();">
ChromeFrame full tab mode window open popup test
</body>
</html>