Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/include-script.html | 
| diff --git a/third_party/WebKit/Source/web/tests/data/include-script.html b/third_party/WebKit/Source/web/tests/data/include-script.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..6793ed82d133cbb860081029d5760df7fae98496 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/Source/web/tests/data/include-script.html | 
| @@ -0,0 +1,5 @@ | 
| +<html> | 
| +<body> | 
| +<script src="included-script.js" onerror="document.scriptFailed = true" onload="document.scriptLoaded = true"></script> | 
| +</body> | 
| +</html> |