| Index: third_party/WebKit/LayoutTests/bluetooth/README
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/README b/third_party/WebKit/LayoutTests/bluetooth/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..66ef8a7aec1c1d818258b73aa71d4ddbea0f59d3
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/README
|
| @@ -0,0 +1,16 @@
|
| +Web Bluetooth API LayoutTests README
|
| +
|
| +This directory contains Web Bluetooth API layout tests.
|
| +
|
| +# generator.py
|
| +
|
| +The following files are generated by the generator.py script:
|
| + - /getPrimaryService/gen-*
|
| + - /getPrimaryServices/gen-*
|
| +
|
| +TODO(crbug.com/654670): Generate tests for getCharacteristic(s) and
|
| +readValue/writeValue/startNotifications.
|
| +
|
| +Run
|
| +$ python //third_party/WebKit/LayoutTests/bluetooth/generate.py
|
| +to generate these files from templates in script-tests/*.js
|
|
|