From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../SpeechRecognition-basics.https.html.ini | 5 + ...SpeechSynthesis-pause-resume.tentative.html.ini | 2 + ...eak-without-activation-fails.tentative.html.ini | 5 + .../SpeechSynthesisErrorEvent-constructor.html.ini | 5 + .../SpeechSynthesisEvent-constructor.html.ini | 5 + .../SpeechSynthesisUtterance-basics.https.html.ini | 5 + .../meta/speech-api/historical.html.ini | 2 + .../meta/speech-api/idlharness.window.js.ini | 356 +++++++++++++++++++++ 8 files changed, 385 insertions(+) create mode 100644 testing/web-platform/meta/speech-api/SpeechRecognition-basics.https.html.ini create mode 100644 testing/web-platform/meta/speech-api/SpeechSynthesis-pause-resume.tentative.html.ini create mode 100644 testing/web-platform/meta/speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html.ini create mode 100644 testing/web-platform/meta/speech-api/SpeechSynthesisErrorEvent-constructor.html.ini create mode 100644 testing/web-platform/meta/speech-api/SpeechSynthesisEvent-constructor.html.ini create mode 100644 testing/web-platform/meta/speech-api/SpeechSynthesisUtterance-basics.https.html.ini create mode 100644 testing/web-platform/meta/speech-api/historical.html.ini create mode 100644 testing/web-platform/meta/speech-api/idlharness.window.js.ini (limited to 'testing/web-platform/meta/speech-api') diff --git a/testing/web-platform/meta/speech-api/SpeechRecognition-basics.https.html.ini b/testing/web-platform/meta/speech-api/SpeechRecognition-basics.https.html.ini new file mode 100644 index 0000000000..1fe0e26bd3 --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechRecognition-basics.https.html.ini @@ -0,0 +1,5 @@ +[SpeechRecognition-basics.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [SpeechRecognition basics] + expected: FAIL diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesis-pause-resume.tentative.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesis-pause-resume.tentative.html.ini new file mode 100644 index 0000000000..a4bf55f7fe --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechSynthesis-pause-resume.tentative.html.ini @@ -0,0 +1,2 @@ +[SpeechSynthesis-pause-resume.tentative.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1491069 diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html.ini new file mode 100644 index 0000000000..8ed3a30574 --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html.ini @@ -0,0 +1,5 @@ +[SpeechSynthesis-speak-without-activation-fails.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [speechSynthesis.speak requires user activation] + expected: FAIL diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesisErrorEvent-constructor.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesisErrorEvent-constructor.html.ini new file mode 100644 index 0000000000..478805e922 --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechSynthesisErrorEvent-constructor.html.ini @@ -0,0 +1,5 @@ +[SpeechSynthesisErrorEvent-constructor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [SpeechSynthesisErrorEvent with eventInitDict having utterance and error] + expected: FAIL diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesisEvent-constructor.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesisEvent-constructor.html.ini new file mode 100644 index 0000000000..fead08ed95 --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechSynthesisEvent-constructor.html.ini @@ -0,0 +1,5 @@ +[SpeechSynthesisEvent-constructor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [SpeechSynthesisEvent with eventInitDict having an utterance] + expected: FAIL diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesisUtterance-basics.https.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesisUtterance-basics.https.html.ini new file mode 100644 index 0000000000..8c7adf902a --- /dev/null +++ b/testing/web-platform/meta/speech-api/SpeechSynthesisUtterance-basics.https.html.ini @@ -0,0 +1,5 @@ +[SpeechSynthesisUtterance-basics.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [new SpeechSynthesisUtterance(undefined)] + expected: FAIL diff --git a/testing/web-platform/meta/speech-api/historical.html.ini b/testing/web-platform/meta/speech-api/historical.html.ini new file mode 100644 index 0000000000..77727e5a2b --- /dev/null +++ b/testing/web-platform/meta/speech-api/historical.html.ini @@ -0,0 +1,2 @@ +[historical.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1410248 diff --git a/testing/web-platform/meta/speech-api/idlharness.window.js.ini b/testing/web-platform/meta/speech-api/idlharness.window.js.ini new file mode 100644 index 0000000000..5aab438aec --- /dev/null +++ b/testing/web-platform/meta/speech-api/idlharness.window.js.ini @@ -0,0 +1,356 @@ +[idlharness.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [SpeechRecognition interface: operation start()] + expected: FAIL + + [SpeechRecognitionResultList interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognitionAlternative interface: attribute transcript] + expected: FAIL + + [SpeechRecognitionAlternative interface: attribute confidence] + expected: FAIL + + [SpeechRecognitionEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognition interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognition interface: attribute onsoundend] + expected: FAIL + + [SpeechRecognitionAlternative interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognition interface: attribute interimResults] + expected: FAIL + + [SpeechGrammarList interface: calling item(unsigned long) on new SpeechGrammarList() with too few arguments must throw TypeError] + expected: FAIL + + [SpeechGrammar interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechGrammarList interface: attribute length] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "grammars" with the proper type] + expected: FAIL + + [SpeechGrammar interface object name] + expected: FAIL + + [SpeechRecognitionEvent interface: attribute results] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onend" with the proper type] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onaudioend" with the proper type] + expected: FAIL + + [SpeechRecognition interface: attribute onaudiostart] + expected: FAIL + + [SpeechRecognitionResult interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognitionResult interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechRecognitionEvent interface: attribute resultIndex] + expected: FAIL + + [SpeechGrammarList interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onsoundstart" with the proper type] + expected: FAIL + + [SpeechRecognitionAlternative interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechRecognitionResultList interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognition interface: attribute onresult] + expected: FAIL + + [SpeechRecognitionResult interface: attribute isFinal] + expected: FAIL + + [SpeechRecognition interface: attribute onend] + expected: FAIL + + [SpeechGrammar interface: attribute weight] + expected: FAIL + + [SpeechRecognition interface: attribute onspeechend] + expected: FAIL + + [SpeechRecognition interface: attribute onerror] + expected: FAIL + + [SpeechGrammar interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognitionResultList interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechRecognitionResultList interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechRecognitionResult interface object name] + expected: FAIL + + [SpeechGrammar interface: new SpeechGrammar() must inherit property "src" with the proper type] + expected: FAIL + + [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "item(unsigned long)" with the proper type] + expected: FAIL + + [SpeechRecognition interface object length] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "abort()" with the proper type] + expected: FAIL + + [SpeechRecognitionEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechRecognitionResult interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognitionResultList interface object length] + expected: FAIL + + [SpeechRecognitionAlternative interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechGrammarList interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "start()" with the proper type] + expected: FAIL + + [SpeechRecognitionEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "length" with the proper type] + expected: FAIL + + [SpeechRecognition interface: attribute onspeechstart] + expected: FAIL + + [SpeechRecognitionEvent interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognition interface: operation abort()] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onsoundend" with the proper type] + expected: FAIL + + [Stringification of new SpeechRecognition()] + expected: FAIL + + [SpeechGrammarList interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechGrammarList interface object length] + expected: FAIL + + [SpeechRecognition interface: attribute maxAlternatives] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onaudiostart" with the proper type] + expected: FAIL + + [SpeechRecognition interface: attribute continuous] + expected: FAIL + + [SpeechGrammar must be primary interface of new SpeechGrammar()] + expected: FAIL + + [SpeechRecognitionResultList interface: attribute length] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "interimResults" with the proper type] + expected: FAIL + + [SpeechRecognition interface: attribute onstart] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onstart" with the proper type] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onspeechend" with the proper type] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "stop()" with the proper type] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onerror" with the proper type] + expected: FAIL + + [Stringification of new SpeechGrammar()] + expected: FAIL + + [SpeechRecognitionEvent interface object length] + expected: FAIL + + [SpeechGrammar interface: existence and properties of interface prototype object] + expected: FAIL + + [Stringification of new SpeechGrammarList()] + expected: FAIL + + [SpeechGrammarList must be primary interface of new SpeechGrammarList()] + expected: FAIL + + [SpeechRecognitionResult interface object length] + expected: FAIL + + [SpeechRecognitionResultList interface object name] + expected: FAIL + + [SpeechRecognition interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechRecognition interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognition interface: attribute grammars] + expected: FAIL + + [SpeechRecognitionResultList interface: operation item(unsigned long)] + expected: FAIL + + [SpeechRecognitionEvent interface object name] + expected: FAIL + + [SpeechGrammar interface: attribute src] + expected: FAIL + + [SpeechRecognitionResult interface: attribute length] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onnomatch" with the proper type] + expected: FAIL + + [SpeechRecognition must be primary interface of new SpeechRecognition()] + expected: FAIL + + [SpeechRecognition interface: attribute onsoundstart] + expected: FAIL + + [SpeechRecognitionAlternative interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechGrammarList interface object name] + expected: FAIL + + [SpeechGrammar interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognition interface: attribute onnomatch] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onspeechstart" with the proper type] + expected: FAIL + + [SpeechGrammar interface object length] + expected: FAIL + + [SpeechRecognition interface: attribute lang] + expected: FAIL + + [SpeechGrammar interface: new SpeechGrammar() must inherit property "weight" with the proper type] + expected: FAIL + + [SpeechRecognition interface object name] + expected: FAIL + + [SpeechRecognition interface: operation stop()] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "continuous" with the proper type] + expected: FAIL + + [SpeechRecognitionResult interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechRecognitionResult interface: operation item(unsigned long)] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "onresult" with the proper type] + expected: FAIL + + [SpeechRecognitionAlternative interface object name] + expected: FAIL + + [SpeechRecognition interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechGrammarList interface: operation item(unsigned long)] + expected: FAIL + + [SpeechRecognitionAlternative interface object length] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "maxAlternatives" with the proper type] + expected: FAIL + + [SpeechGrammarList interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognition interface: attribute onaudioend] + expected: FAIL + + [SpeechRecognition interface: new SpeechRecognition() must inherit property "lang" with the proper type] + expected: FAIL + + [SpeechRecognitionErrorEvent interface object length] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: attribute message] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: existence and properties of interface object] + expected: FAIL + + [SpeechRecognitionErrorEvent interface object name] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [SpeechRecognitionErrorEvent interface: attribute error] + expected: FAIL + + [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "addFromURI(DOMString, optional float)" with the proper type] + expected: FAIL + + [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "addFromString(DOMString, optional float)" with the proper type] + expected: FAIL + + [SpeechGrammarList interface: calling addFromURI(DOMString, optional float) on new SpeechGrammarList() with too few arguments must throw TypeError] + expected: FAIL + + [SpeechGrammarList interface: calling addFromString(DOMString, optional float) on new SpeechGrammarList() with too few arguments must throw TypeError] + expected: FAIL + + [SpeechGrammarList interface: operation addFromURI(DOMString, optional float)] + expected: FAIL + + [SpeechGrammarList interface: operation addFromString(DOMString, optional float)] + expected: FAIL -- cgit v1.2.3