Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/svg/linking/scripted/testScripts/externalScript1.js |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/svg/linking/scripted/testScripts/externalScript1.js b/third_party/WebKit/LayoutTests/imported/wpt/svg/linking/scripted/testScripts/externalScript1.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ba4028ca8013fe748a752617907bf0b92255c720 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/linking/scripted/testScripts/externalScript1.js |
| @@ -0,0 +1,3 @@ |
| +function loadedScript() { |
| + return "externalScript1"; |
| +} |