| Index: LayoutTests/bluetooth/getCharacteristic.html
|
| diff --git a/LayoutTests/bluetooth/getCharacteristic.html b/LayoutTests/bluetooth/getCharacteristic.html
|
| index c5905741e07275055d8753d58b6d7c0022c06252..13be1dd54cbdff4b3726bf3186cacbd69a53a103 100644
|
| --- a/LayoutTests/bluetooth/getCharacteristic.html
|
| +++ b/LayoutTests/bluetooth/getCharacteristic.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.");
|
|
|
| // Generic Access Service.
|
|
|