| Index: third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html b/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index c16752b0792699c4a59ede0478e774c893fdeed9..70c8c35ca6e6ad75354c7f783863bb5522392876 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| @@ -25,11 +25,8 @@ promise_test(() => {
|
| var old_device_id = device.id;
|
| device.id = 'overwritten';
|
| device.name = 'overwritten';
|
| - device.uuids = 'overwritten';
|
| assert_equals(device.id, old_device_id);
|
| assert_equals(device.name, 'Heart Rate Device');
|
| - assert_equals(device.uuids.length, 1);
|
| - assert_equals(device.uuids[0], heart_rate.uuid);
|
| });
|
| }, 'BluetoothDevice attributes.');
|
| </script>
|
|
|