summaryrefslogtreecommitdiffstats
path: root/netwerk/test/mochitests/file_iframe_allow_same_origin.html
blob: c34187bb0ad99968ebe4499bd6053769040ec559 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<script>
document.cookie = "if2_1=if2_val1";
document.cookie = "if2_2=if2_val2";
window.parent.postMessage(document.cookie, "*");
</script>
</html>