blob: 41acc64ab54e7a9e65e6c08cc4c3da0d2b1c9b66 [file] [log] [blame]
<html>
<head>
<meta http-equiv="x-ua-compatible" content="chrome=1" />
<title>FullTab mode POST 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>