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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html

Issue 1737423002: bluetooth: Add Web Bluetooth blacklist checks to readValue & writeValue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-blacklist-char-
Patch Set: addressed ortuno Created 4 years, 10 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/LayoutTests/bluetooth/getCharacteristic-blacklist.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html
index c950fe583fb458080dc2ae4eb197184cac1368c4..fc2c8f589f7d385668e65d6777acf5650772f745 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic-blacklist.html
@@ -9,7 +9,7 @@ test(t => { assert_true(window.testRunner instanceof Object); t.done(); },
'window.testRunner is required for the following tests.');
promise_test(() => {
- testRunner.setBluetoothMockDataSet('HeartRateAndHIDAdapter');
+ testRunner.setBluetoothMockDataSet('BlacklistTestAdapter');
return requestDeviceWithKeyDown(
{
filters: [{services: ['device_information']}]

Powered by Google App Engine
This is Rietveld 408576698