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

Unified 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 side-by-side diff with in-line comments
Download patch
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
new file mode 100644
index 0000000000000000000000000000000000000000..5e8169b206b9423fc3b6250d09cebf8739d3a323
--- /dev/null
+++ b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/templates/base-template.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+INCLUDE_TESTHARNESS
+INCLUDE_REPORT
+INCLUDE_BLUETOOTH_HELPERS
+<script>
+promise_test(() => {
+ return setBluetoothFakeAdapter('GlucoseHeartRateAdapter')
+ .then(() => {
+TRANSFORM_RANDOM_TOKENS
+});
+</script>

Powered by Google App Engine
This is Rietveld 408576698