Index: chrome/test/data/printing/layout_tests/source_html/text/bullet-list.html |
diff --git a/chrome/test/data/printing/layout_tests/source_html/text/bullet-list.html b/chrome/test/data/printing/layout_tests/source_html/text/bullet-list.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9283eb2631564bf72c832874258a3799dd43a770 |
--- /dev/null |
+++ b/chrome/test/data/printing/layout_tests/source_html/text/bullet-list.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <ul> |
+ <li>1</li> |
+ <ul> |
+ <li>1.a</li> |
+ <li>1.b</li> |
+ </ul> |
+ <li>2</li> |
+ <li>3</li> |
+ </ul> |
+</body> |
+</html> |