diff options
Diffstat (limited to 'toolkit/components/printing/tests/file_coop_header.html')
-rw-r--r-- | toolkit/components/printing/tests/file_coop_header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolkit/components/printing/tests/file_coop_header.html b/toolkit/components/printing/tests/file_coop_header.html new file mode 100644 index 0000000000..4a724d5179 --- /dev/null +++ b/toolkit/components/printing/tests/file_coop_header.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<html> + <body> + <p>Hello world</p> + </body> +</html> |