Chromium Code Reviews| Index: chrome/test/data/printing/layout_tests/source_html/images/test-image.html |
| diff --git a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html b/chrome/test/data/printing/layout_tests/source_html/images/test-image.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..17e712345b285054fe1cdf8cd0e5a8c368098203 |
| --- /dev/null |
| +++ b/chrome/test/data/printing/layout_tests/source_html/images/test-image.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <img src="resources/test_image.jpg"></img> |
| +</body> |
| +</html> |