| Index: LayoutTests/bluetooth/readValue.html
|
| diff --git a/LayoutTests/bluetooth/readValue.html b/LayoutTests/bluetooth/readValue.html
|
| index 3270d675862619a751cd8327688cdc3f6e62a082..dbbbd8037557dc6f51cb42942a52bff9973acc00 100644
|
| --- a/LayoutTests/bluetooth/readValue.html
|
| +++ b/LayoutTests/bluetooth/readValue.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.
|
|
|