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 |
| index 5e8169b206b9423fc3b6250d09cebf8739d3a323..20b814f166b9292d13b74e074df040c1a2b7973f 100644 |
| --- 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 |
| @@ -1,10 +1,11 @@ |
| <!DOCTYPE html> |
| +<meta charset="utf-8"> |
| INCLUDE_TESTHARNESS |
| INCLUDE_REPORT |
| INCLUDE_BLUETOOTH_HELPERS |
| <script> |
| promise_test(() => { |
| - return setBluetoothFakeAdapter('GlucoseHeartRateAdapter') |
| + return setBluetoothFakeAdapter(TRANSFORM_FAKE_ADAPTER) |
| .then(() => { |
| TRANSFORM_RANDOM_TOKENS |
| }); |