Index: chrome/test/data/extensions/test_file_with_body.html |
diff --git a/chrome/test/data/extensions/test_file_with_body.html b/chrome/test/data/extensions/test_file_with_body.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..594f540b6ff62131beb3d04d19f4af8bdc5dadf1 |
--- /dev/null |
+++ b/chrome/test/data/extensions/test_file_with_body.html |
@@ -0,0 +1,8 @@ |
+<html> |
+ <body id="bodyId"> |
+ <p id="pId"> |
+ This is a simple text. |
+ </p> |
+ </body> |
+</html> |
+ |