Skip to content

Commit 032c896

Browse files
committed
Bug 1949900 [wpt PR 50887] - Add SpeechRecognition-basics.https.html to chrome.filter, a=testonly
Automatic update from web-platform-tests Add SpeechRecognition-basics.https.html to chrome.filter Add tests for the basic attributes and fix typos Bug: 393483587 Change-Id: I76a529ae1bc1da80daa42a2d308b79b6b21a0d6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6292459 Reviewed-by: Evan Liu <evliugoogle.com> Commit-Queue: Yiren Wang <yrwchromium.org> Cr-Commit-Position: refs/heads/main{#1423408} -- wpt-commits: 49fb90991e7d13ec8c71bde510c832edbb56b18e wpt-pr: 50887 UltraBlame original commit: 727b83534592bf787e1d8b679dcd872105c4268b
1 parent ef6476a commit 032c896

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

testing/web-platform/tests/speech-api/SpeechRecognition-abort-manual.https.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
neverFireEvent
217217
(
218218
'
219-
onsspeechend
219+
onspeechend
220220
'
221221
)
222222
;

testing/web-platform/tests/speech-api/SpeechRecognition-basics.https.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,36 @@
144144
'
145145
)
146146
;
147+
assert_equals
148+
(
149+
reco
150+
.
151+
mode
152+
'
153+
ondevice
154+
-
155+
preferred
156+
'
157+
'
158+
SpeechRecognition
159+
.
160+
mode
161+
'
162+
)
163+
;
164+
assert_equals
165+
(
166+
reco
167+
.
168+
context
169+
null
170+
'
171+
SpeechRecognition
172+
.
173+
context
174+
'
175+
)
176+
;
147177
}
148178
)
149179
;

testing/web-platform/tests/speech-api/SpeechRecognition-onerror-manual.https.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
neverFireEvent
237237
(
238238
'
239-
onsspeechend
239+
onspeechend
240240
'
241241
)
242242
;

testing/web-platform/tests/speech-api/SpeechRecognition-stop-manual.https.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
neverFireEvent
217217
(
218218
'
219-
onsspeechend
219+
onspeechend
220220
'
221221
)
222222
;

0 commit comments

Comments
 (0)