forked from mirrors/gecko-dev
MozReview-Commit-ID: 3rBCCbtW3J1 --HG-- extra : rebase_source : 7cfd8e5655d9d6ced3aba6f315670d240b4c6acc
8 lines
228 B
HTML
8 lines
228 B
HTML
<!DOCTYPE html>
|
|
<iframe></iframe>
|
|
<script>
|
|
let iframe = document.querySelector("iframe");
|
|
iframe.contentDocument.writeln("<style></style>");
|
|
iframe.contentDocument.close();
|
|
opener.finish(window, iframe.contentWindow);
|
|
</script>
|