Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/001.worker.js |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/001.worker.js b/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/001.worker.js |
| deleted file mode 100644 |
| index aa86c8ef17791ae39be9361d8e6bab57e567a795..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/001.worker.js |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -importScripts("/resources/testharness.js"); |
| - |
| -test(function() { |
| - importScripts(); |
| -}); |
| - |
| -done(); |