summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_window_print_srcdoc_base_uri.html
blob: 162f273206dd1d9755ec35c9cfa88edbbcb781dc (plain)
1
2
3
4
5
6
7
<!doctype html>
<iframe srcdoc="Some content"></iframe>
<script>
window.onload = function() {
  document.querySelector("iframe").contentWindow.print();
};
</script>