forked from mirrors/gecko-dev
7 lines
159 B
HTML
7 lines
159 B
HTML
<!doctype html>
|
|
<iframe src="https://example.com/document-builder.sjs?html=PASS"></iframe>
|
|
<script>
|
|
onload = function() {
|
|
window.print();
|
|
};
|
|
</script>
|