| Index: LayoutTests/bluetooth/getPrimaryService.html
|
| diff --git a/LayoutTests/bluetooth/getPrimaryService.html b/LayoutTests/bluetooth/getPrimaryService.html
|
| index 5f6d6ea52a2efe027c596af76284262a13474023..d7763c5f31fa367d44810dc05cd0910bcdd90c80 100644
|
| --- a/LayoutTests/bluetooth/getPrimaryService.html
|
| +++ b/LayoutTests/bluetooth/getPrimaryService.html
|
| @@ -3,7 +3,7 @@
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="bluetooth-helpers.js"></script>
|
| <script>
|
| -test(function(t) { assert_exists(window, "testRunner"); t.done(); },
|
| +test(function(t) { assert_true(window.testRunner instanceof Object); t.done(); },
|
| "window.testRunner is required for the following tests.");
|
|
|
| var generic_access = "00001800-0000-1000-8000-00805f9b34fb";
|
|
|