gecko/toolkit/components/prompts/test/bug619644_inner.html
Kyle Huey 9a72e3a4ed Bug 619644: Followup to address test review comment. a=test-only DONTBUILD
--HG--
extra : rebase_source : 1bd79ec0948a3f90d623f56c67e812875594921e
2011-01-07 14:10:12 -05:00

8 lines
244 B
HTML

<head></head><body><p>Original content</p>
<script>
window.opener.postMessage("", "*");
confirm ("Message");
document.write ("Extra content");
window.opener.postMessage(document.documentElement.innerHTML, "*");
</script></body>