Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html

Issue 2166913002: bluetooth: Generate random service uuid and generate random fake adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fuzzer-basics
Patch Set: Address scheib's comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/setup.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
});
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698