blob: 4e12176162bf677323ca236d55a8595d300dbe50 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="reportBackLoadedToTopFrame()">
<script>
function reportBackLoadedToTopFrame() {
if (testRunner.hasAppBoundSession()) {
top.postMessage("PASS Frame has app-bound session.", "http://127.0.0.1:8000");
} else {
top.postMessage("FAIL Frame does not have app-bound session.", "http://127.0.0.1:8000");
}
}
</script>
</body>
</html>