blob: 4c4084e9ed73b7900ea27501c2c5ed0c0d492f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1122236 - CSP: Implement block-all-mixed-content</title>
</head>
<body>
<b>http://c.com loaded, let's tell the parent</b>
<script class="testbody" type="text/javascript">
window.parent.postMessage({result: "frame-navigated"}, "*");
</script>
</body>
</html>
|