Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test for Bug 1260931</title>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<script>
window.onmessage = function(evt) {
if (evt.data != "HI") {
return;
}
window.parent.postMessage("OK", "https://example.net");
};
</script>
</head>
<body>
Hello World.
</body>
</html>