1 <iframe id=
"x"></iframe>
4 testRunner
.dumpAsText();
6 window
.onunload = function() {
7 var frame
= document
.getElementById('x');
8 frame
.contentWindow
.postMessage('foo', '*');
11 <p>TEST PASS: If this test doesn't leak when run with
12 --enable-leak-detection
</p>