File tree 1 file changed +36
-0
lines changed
testing/web-platform/meta/ai/translator
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 2
2
[translator.create without options do not crash]
3
3
expected: FAIL
4
4
5
+ [AITranslatorFactory.create rejects with TypeError if no options are passed.]
6
+ expected: FAIL
7
+
8
+ [AITranslatorFactory.create rejects with TypeError targetLanguage is not provided.]
9
+ expected: FAIL
10
+
11
+ [AITranslatorFactory.create rejects with TypeError sourceLanguage is not provided.]
12
+ expected: FAIL
13
+
5
14
6
15
[ai_translator_bad_input.tentative.https.any.sharedworker.html]
7
16
[translator.create without options do not crash]
8
17
expected: FAIL
9
18
19
+ [AITranslatorFactory.create rejects with TypeError if no options are passed.]
20
+ expected: FAIL
21
+
22
+ [AITranslatorFactory.create rejects with TypeError targetLanguage is not provided.]
23
+ expected: FAIL
24
+
25
+ [AITranslatorFactory.create rejects with TypeError sourceLanguage is not provided.]
26
+ expected: FAIL
27
+
10
28
11
29
[ai_translator_bad_input.tentative.https.any.html]
12
30
[translator.create without options do not crash]
13
31
expected: FAIL
14
32
33
+ [AITranslatorFactory.create rejects with TypeError if no options are passed.]
34
+ expected: FAIL
35
+
36
+ [AITranslatorFactory.create rejects with TypeError targetLanguage is not provided.]
37
+ expected: FAIL
38
+
39
+ [AITranslatorFactory.create rejects with TypeError sourceLanguage is not provided.]
40
+ expected: FAIL
41
+
15
42
16
43
[ai_translator_bad_input.tentative.https.any.worker.html]
17
44
[translator.create without options do not crash]
18
45
expected: FAIL
46
+
47
+ [AITranslatorFactory.create rejects with TypeError if no options are passed.]
48
+ expected: FAIL
49
+
50
+ [AITranslatorFactory.create rejects with TypeError targetLanguage is not provided.]
51
+ expected: FAIL
52
+
53
+ [AITranslatorFactory.create rejects with TypeError sourceLanguage is not provided.]
54
+ expected: FAIL
You can’t perform that action at this time.
0 commit comments