| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-found.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-found.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-found.html
|
| similarity index 84%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-found.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-found.html
|
| index 1862228458517b0b6a6c5f077f78dc251f75e4f9..e23fc14d9faff28f5625bcb2f9c8810489bb3172 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-found.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-found.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="../../resources/bluetooth/bluetooth-helpers.js"></script>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="../../../resources/bluetooth/bluetooth-helpers.js"></script>
|
| <script>
|
| 'use strict';
|
| promise_test(function() {
|
|
|