mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
bluetooth test fix
This commit is contained in:
parent
cce362dc39
commit
04fe75b9cc
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
<button type="button" onclick="onQueryButtonClick()">query</button>
|
<button type="button" onclick="onQueryButtonClick()">query</button>
|
||||||
<pre id="log"></pre>
|
<pre id="log"></pre>
|
||||||
<script>
|
<script>
|
||||||
window.testRunner.setBluetoothMockDataSet('HeartRateAdapter');
|
if (window.testRunner)
|
||||||
|
window.testRunner.setBluetoothMockDataSet('HeartRateAdapter');
|
||||||
|
|
||||||
function onRequestButtonClick() {
|
function onRequestButtonClick() {
|
||||||
clear();
|
clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue