diff options
Diffstat (limited to 'layout/base/tests/chrome/printpreview_quirks_ref.html')
-rw-r--r-- | layout/base/tests/chrome/printpreview_quirks_ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/printpreview_quirks_ref.html b/layout/base/tests/chrome/printpreview_quirks_ref.html new file mode 100644 index 0000000000..4c6fcce1f6 --- /dev/null +++ b/layout/base/tests/chrome/printpreview_quirks_ref.html @@ -0,0 +1,5 @@ +<!doctype html> +<meta charset="utf-8"> +<body> + Some content that I should be able to print. +</body> |