Index: content/test/data/page_with_image.html |
diff --git a/content/test/data/page_with_image.html b/content/test/data/page_with_image.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..07f8a4ed378181c9ef45d70254701beb71214008 |
--- /dev/null |
+++ b/content/test/data/page_with_image.html |
@@ -0,0 +1,7 @@ |
+<html> |
+<head></head> |
+<body> |
+ <img src="./blank.jpg"/> |
+ <p>This page has an image. Yay for images! |
+</body> |
+</html> |