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

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

Issue 2166463002: bluetooth: Basic Web Bluetooth Fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Move to testing/clusterfuzz directory 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 INCLUDE_TESTHARNESS
3 INCLUDE_REPORT
4 INCLUDE_BLUETOOTH_HELPERS
5 <script>
6 promise_test(() => {
7 return setBluetoothFakeAdapter('GlucoseHeartRateAdapter')
8 .then(() => {
9 TRANSFORM_RANDOM_TOKENS
10 });
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698