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