Chromium Code Reviews| Index: chrome/test/data/subresource_filter/frame_with_included_script.html |
| diff --git a/chrome/test/data/subresource_filter/frame_with_included_script.html b/chrome/test/data/subresource_filter/frame_with_included_script.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..851fc9d82283212a17be4a636a769ec6fccf83aa |
| --- /dev/null |
| +++ b/chrome/test/data/subresource_filter/frame_with_included_script.html |
| @@ -0,0 +1,5 @@ |
| +<html> |
| + <head> |
| + <script src="included_script.js"></script> |
| + </head> |
| +</html> |