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

Side by Side 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, 4 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8">
2 INCLUDE_TESTHARNESS 3 INCLUDE_TESTHARNESS
3 INCLUDE_REPORT 4 INCLUDE_REPORT
4 INCLUDE_BLUETOOTH_HELPERS 5 INCLUDE_BLUETOOTH_HELPERS
5 <script> 6 <script>
6 promise_test(() => { 7 promise_test(() => {
7 return setBluetoothFakeAdapter('GlucoseHeartRateAdapter') 8 return setBluetoothFakeAdapter(TRANSFORM_FAKE_ADAPTER)
8 .then(() => { 9 .then(() => {
9 TRANSFORM_RANDOM_TOKENS 10 TRANSFORM_RANDOM_TOKENS
10 }); 11 });
11 </script> 12 </script>
OLDNEW
« 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