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