| Index: third_party/WebKit/LayoutTests/images/script-tests/TEMPLATE.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/images/script-tests/TEMPLATE.html
|
| similarity index 56%
|
| rename from third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
|
| rename to third_party/WebKit/LayoutTests/images/script-tests/TEMPLATE.html
|
| index 23736d842e5d9e196f88265257c8dd9a0fc9f576..a08f9c4dec1cdc78789a499dfd53f458757b1ab7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
|
| +++ b/third_party/WebKit/LayoutTests/images/script-tests/TEMPLATE.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html">
|
| <title>Add description of test here.</title>
|
| -<script src="../../../resources/testharness.js"></script>
|
| -<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| <script>
|
| async_test(function(t) {
|
| // Write your test code here.
|
|
|