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

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

Issue 1216203003: Replace all sequential_promise_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@update-testharnessjs
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/bluetooth/getPrimaryService.html ('k') | LayoutTests/bluetooth/readValue.html » ('j') | no next file with comments »
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 8a9411ece4602cfe8567fe091d778b13f4490d2e..38d9b170440537c5cfaf30cb90ad23cc21618173 100644
--- a/LayoutTests/bluetooth/idl-BluetoothDevice.html
+++ b/LayoutTests/bluetooth/idl-BluetoothDevice.html
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
-<script src="../resources/testharness-helpers.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="bluetooth-helpers.js"></script>
<script>
@@ -14,7 +13,7 @@ test(function() {
test(function(t) { assert_true(window.testRunner instanceof Object); t.done(); },
"window.testRunner is required for the following tests.");
-sequential_promise_test(function() {
+promise_test(function() {
testRunner.setBluetoothMockDataSet('SingleEmptyDeviceAdapter');
return navigator.bluetooth.requestDevice({
filters: [{services: [genericAccessServiceUuid]}]
« no previous file with comments | « LayoutTests/bluetooth/getPrimaryService.html ('k') | LayoutTests/bluetooth/readValue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698