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

Unified Diff: LayoutTests/bluetooth/idl-BluetoothDevice.html

Issue 1174843002: Add tests for RequestDeviceOptions and clean up. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Comment how the ScanFilterCheckingAdapter test works Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/bluetooth/readValue.html » ('j') | LayoutTests/bluetooth/requestDevice.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/bluetooth/idl-BluetoothDevice.html
diff --git a/LayoutTests/bluetooth/idl-BluetoothDevice.html b/LayoutTests/bluetooth/idl-BluetoothDevice.html
index 8021c5a679810d759b47df170f019badb394855e..1b1040dfa4b0f28359c9d2fda4e0a314749afad2 100644
--- a/LayoutTests/bluetooth/idl-BluetoothDevice.html
+++ b/LayoutTests/bluetooth/idl-BluetoothDevice.html
@@ -32,7 +32,7 @@ sequential_promise_test(function() {
device.uuids = "overwritten";
assert_equals(device.instanceID, "Empty Mock Device instanceID");
- assert_equals(device.name.slice(0, 17), "Empty Mock Device");
+ assert_equals(device.name, "Empty Mock Device");
assert_equals(device.deviceClass, 0x1F00);
assert_equals(device.vendorIDSource, "bluetooth");
assert_equals(device.vendorID, 0xFFFF);
« no previous file with comments | « no previous file | LayoutTests/bluetooth/readValue.html » ('j') | LayoutTests/bluetooth/requestDevice.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698