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

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

Issue 2178853006: bluetooth: fuzzer: Add a connect and getPrimaryServices tokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fuzzer-fake-adapter-uuid
Patch Set: Format 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 INCLUDE_TESTHARNESS 3 INCLUDE_TESTHARNESS
4 INCLUDE_REPORT 4 INCLUDE_REPORT
5 INCLUDE_BLUETOOTH_HELPERS 5 INCLUDE_BLUETOOTH_HELPERS
6 <script> 6 <script>
7 promise_test(() => { 7 promise_test(() => {
8 return setBluetoothFakeAdapter(TRANSFORM_FAKE_ADAPTER)
9 .then(() => {
10 TRANSFORM_RANDOM_TOKENS 8 TRANSFORM_RANDOM_TOKENS
11 }); 9 });
12 </script> 10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698