| Index: LayoutTests/bluetooth/connectGATT.html
|
| diff --git a/LayoutTests/bluetooth/connectGATT.html b/LayoutTests/bluetooth/connectGATT.html
|
| index 287e2e5e0fcc3d165201a573d43aecb7c17042bb..c67488ac8f94201a220fcf958ca306a60683bcf9 100644
|
| --- a/LayoutTests/bluetooth/connectGATT.html
|
| +++ b/LayoutTests/bluetooth/connectGATT.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.");
|
|
|
| sequential_promise_test(function() {
|
|
|