blob: 0ee9ac87f28b20265de1075c01ef6b0412dba7ec [file] [log] [blame]
<html>
<head>
<meta http-equiv="x-ua-compatible" content="chrome=1" />
<title>FullTab mode GET test</title>
</head>
<script type="text/javascript"
src="chrome_frame_tester_helpers.js"></script>
<script type="text/javascript">
function onLoad() {
if (!isRunningInChrome()) {
location.href = "/quit?not_running_in_chrome";
return;
}
location.href = "/quit?OK";
}
</script>
<body onload="onLoad();">
This page should be rendered in chrome.<br />
<a href="/quit?OK">Quit OK</a>
</body>
</html>