Chromium Code Reviews| Index: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html |
| diff --git a/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5e8169b206b9423fc3b6250d09cebf8739d3a323 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +INCLUDE_TESTHARNESS |
| +INCLUDE_REPORT |
| +INCLUDE_BLUETOOTH_HELPERS |
| +<script> |
| +promise_test(() => { |
| + return setBluetoothFakeAdapter('GlucoseHeartRateAdapter') |
| + .then(() => { |
| +TRANSFORM_RANDOM_TOKENS |
| +}); |
| +</script> |