diff options
Diffstat (limited to 'layout/base/tests/chrome/printpreview_images_ref.html')
-rw-r--r-- | layout/base/tests/chrome/printpreview_images_ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/tests/chrome/printpreview_images_ref.html b/layout/base/tests/chrome/printpreview_images_ref.html new file mode 100644 index 0000000000..65a0df066c --- /dev/null +++ b/layout/base/tests/chrome/printpreview_images_ref.html @@ -0,0 +1,15 @@ +<!doctype html> +<style> + div { + width: 32px; + height: 32px; + background-color: blue; + } +</style> +<div></div> +<div></div> +<div></div> +<div></div> +<div></div> +<div></div> +<div></div> |