chromium/third_party/blink/web_tests/http/tests/inspector-protocol/device-access/select-bluetooth-prompt-expected.txt

Tests selecting device in bluetooth device request prompt.
deviceRequestPrompted: {
    devices : [
        [0] : {
            id : <string>
            name : 
        }
    ]
    id : <string>
}
selectPrompt: {
    id : <number>
    result : {
    }
    sessionId : <string>
}
navigator.bluetooth.requestDevice: {
    className : BluetoothDevice
    description : BluetoothDevice
    objectId : <string>
    type : object
}