| Index: third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html b/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
|
| index 620571efb0cdd5357323bc6115d393185c1e739f..40bf9ea52e28b5ee5a8aa7e23605266a53e71245 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/idl/idl-NavigatorBluetooth.html
|
| @@ -8,4 +8,8 @@ test(() => {
|
| assert_true('bluetooth' in navigator,
|
| 'navigator.bluetooth exists.');
|
| }, 'navigator.bluetooth IDL test');
|
| +
|
| +test(() => {
|
| + assert_equals(navigator.bluetooth, navigator.bluetooth);
|
| +}, '[SameObject] test for navigator.bluetooth');
|
| </script>
|
|
|