Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/worklet/chromium/resources/console-worklet-script.js | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/resources/console-worklet-script.js b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/resources/console-worklet-script.js | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..43b144bb3824a61d6435a9dd719c6ae5a16af435 | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/worklet/chromium/resources/console-worklet-script.js | 
| @@ -0,0 +1,4 @@ | 
| +console.debug('Debug'); | 
| +console.info('Information'); | 
| +console.log('Log'); | 
| +console.warn('Warning'); |