| Index: third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| similarity index 86%
 | 
| rename from third_party/WebKit/LayoutTests/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| rename to third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| index 31a1a37ae61926db015b8ecefa9cc4d9016a5770..76c3089780a629862e3290041d9af10f9b3c641e 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/compositorworker/compositor-proxy-disconnect-worker-terminate.html
 | 
| @@ -1,8 +1,8 @@
 | 
|  <!DOCTYPE html>
 | 
|  <div id="container"></div>
 | 
| -<script src="../../fast/workers/resources/worker-util.js"></script>
 | 
| -<script src="../../resources/testharness.js"></script>
 | 
| -<script src="../../resources/testharnessreport.js"></script>
 | 
| +<script src="../../../../fast/workers/resources/worker-util.js"></script>
 | 
| +<script src="../../../../resources/testharness.js"></script>
 | 
| +<script src="../../../../resources/testharnessreport.js"></script>
 | 
|  <script>
 | 
|  
 | 
|  var test = async_test(function() {
 | 
| 
 |