Chromium Code Reviews| Index: chrome/test/data/printing/layout_tests/source_html/text/simple-text.html |
| diff --git a/chrome/test/data/printing/layout_tests/source_html/text/simple-text.html b/chrome/test/data/printing/layout_tests/source_html/text/simple-text.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c87692f851f9104b4f527583a3321dbe653caa54 |
| --- /dev/null |
| +++ b/chrome/test/data/printing/layout_tests/source_html/text/simple-text.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + |
| +<h1>My First Heading</h1> |
| + |
| +<p>My first paragraph.</p> |
| + |
| +</body> |
| +</html> |