| Index: LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/LayoutTests/bluetooth/idl-BluetoothDevice.html b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index 8021c5a679810d759b47df170f019badb394855e..60c1915f79c58a095e3c3d4593a1781e4ceb5148 100644
|
| --- a/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| +++ b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| @@ -10,7 +10,7 @@ test(function() {
|
| 'the constructor should not be callable');
|
| }, 'BluetoothDevice IDL test');
|
|
|
| -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() {
|
|
|