| Index: third_party/WebKit/LayoutTests/fast/workers/worker-xhr-microtasks.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-xhr-microtasks.html b/third_party/WebKit/LayoutTests/fast/workers/worker-xhr-microtasks.html
|
| deleted file mode 100644
|
| index 7e7d76aec2ae1999e715204a1378110c16bc7a09..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/workers/worker-xhr-microtasks.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -var worker = new Worker("resources/worker-xhr-microtasks.js");
|
| -worker.onmessage = function(evt) {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -};
|
| -worker.postMessage("run");
|
| -</script>
|
|
|