Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/subresource_filter/resources/include-scripts.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resources/include-scripts.html b/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resources/include-scripts.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bab7fdba8fd786f1e776faca16311f2b998718c9 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/subresource_filter/resources/include-scripts.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| +<body> |
| +<script src="alpha.js" onerror="document.notifyScriptFailed('alpha')" onload="document.notifyScriptLoaded('alpha')"></script> |
| +<script src="beta.js" onerror="document.notifyScriptFailed('beta')" onload="document.notifyScriptLoaded('beta')"></script> |
| +</body> |
| +</html> |