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