| Index: LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/LayoutTests/bluetooth/idl-BluetoothDevice.html b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index 8021c5a679810d759b47df170f019badb394855e..1b1040dfa4b0f28359c9d2fda4e0a314749afad2 100644
|
| --- a/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| +++ b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| @@ -32,7 +32,7 @@ sequential_promise_test(function() {
|
| device.uuids = "overwritten";
|
|
|
| assert_equals(device.instanceID, "Empty Mock Device instanceID");
|
| - assert_equals(device.name.slice(0, 17), "Empty Mock Device");
|
| + assert_equals(device.name, "Empty Mock Device");
|
| assert_equals(device.deviceClass, 0x1F00);
|
| assert_equals(device.vendorIDSource, "bluetooth");
|
| assert_equals(device.vendorID, 0xFFFF);
|
|
|