10 lines
188 B
HTML
10 lines
188 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
Inner frame for testing bug 505915.
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=505915
|
|
-->
|
|
<head>
|
|
<body onload="parent.postMessage('', '*');">
|
|
</body>
|
|
</html>
|