Index: third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/invalid-characteristic-name.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/invalid-characteristic-name.html b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/invalid-characteristic-name.html |
index 98f046973033b29a66b6a9abed291c1b451e1f4f..79aef581248b2ea2248f44bd6524c20e7f9b5dcd 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/invalid-characteristic-name.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/invalid-characteristic-name.html |
@@ -24,8 +24,8 @@ promise_test(() => { |
'https://developer.bluetooth.org/gatt/characteristics/' + |
'Pages/CharacteristicsHome.aspx' + |
' e.g. \'aerobic_heart_rate_lower_limit\'.', |
- 'SyntaxError'), |
+ 'TypeError'), |
'Wrong Characteristic name passed.'); |
}); |
-}, 'Invalid Characteristic name. Reject with SyntaxError.'); |
+}, 'Invalid Characteristic name. Reject with TypeError.'); |
</script> |