Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map.js |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..75db090cba48dd073b8e104912ad8e54815115e2 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map.js |
| @@ -0,0 +1,6 @@ |
| +function foo(boo) |
| +{ |
| + var i = 42; |
| + var res = boo(); |
| + return + res; |
| +} |