Index: chrome/test/data/printing/layout_tests/source_html/shapes/empty-box.html |
diff --git a/chrome/test/data/printing/layout_tests/source_html/shapes/empty-box.html b/chrome/test/data/printing/layout_tests/source_html/shapes/empty-box.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..56cfe4378b9488c3ec1b629f6fe9fb490e078bc9 |
--- /dev/null |
+++ b/chrome/test/data/printing/layout_tests/source_html/shapes/empty-box.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <div style="width:500px;height:500px;border:1px solid #000;"></div> |
+</body> |
+</html> |