diff options
Diffstat (limited to 'toolkit/components/printing/tests/file_coop_header2.html')
-rw-r--r-- | toolkit/components/printing/tests/file_coop_header2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/components/printing/tests/file_coop_header2.html b/toolkit/components/printing/tests/file_coop_header2.html new file mode 100644 index 0000000000..37e2ec5051 --- /dev/null +++ b/toolkit/components/printing/tests/file_coop_header2.html @@ -0,0 +1,6 @@ +<!doctype html> +<meta charset="utf-8"> +<script> + if (self.crossOriginIsolated) + print(); +</script> |