From 827eb612e36b17364c17069ff851a85c04438f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 17 Sep 2018 13:45:47 +0000 Subject: [PATCH] Bug 1491069 [wpt PR 12992] - Add tests for SpeechSynthesis pause() and resume(), a=testonly Automatic update from web-platform-testsAdd tests for SpeechSynthesis pause() and resume() (#12992) For https://bugs.chromium.org/p/chromium/issues/detail?id=679043 Spec bugs: https://github.com/w3c/speech-api/issues/39 https://github.com/w3c/speech-api/issues/40 -- wpt-commits: d85043d2c674aef5a8939c18454c683f82eaab2c wpt-pr: 12992 --- testing/web-platform/meta/MANIFEST.json | 36 ++++++++----- ...peechSynthesis-pause-resume.tentative.html | 50 +++++++++++++++++++ ...html => SpeechSynthesis-speak-events.html} | 9 ++-- 3 files changed, 80 insertions(+), 15 deletions(-) create mode 100644 testing/web-platform/tests/speech-api/SpeechSynthesis-pause-resume.tentative.html rename testing/web-platform/tests/speech-api/{SpeechSynthesis-speak-with-activation-succeeds.html => SpeechSynthesis-speak-events.html} (59%) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index aeed474c74f8..6244e15a7b3b 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -397789,6 +397789,22 @@ {} ] ], + "speech-api/SpeechSynthesis-pause-resume.tentative.html": [ + [ + "/speech-api/SpeechSynthesis-pause-resume.tentative.html", + { + "testdriver": true + } + ] + ], + "speech-api/SpeechSynthesis-speak-events.html": [ + [ + "/speech-api/SpeechSynthesis-speak-events.html", + { + "testdriver": true + } + ] + ], "speech-api/SpeechSynthesis-speak-ownership.html": [ [ "/speech-api/SpeechSynthesis-speak-ownership.html", @@ -397805,14 +397821,6 @@ } ] ], - "speech-api/SpeechSynthesis-speak-with-activation-succeeds.html": [ - [ - "/speech-api/SpeechSynthesis-speak-with-activation-succeeds.html", - { - "testdriver": true - } - ] - ], "speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html": [ [ "/speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html", @@ -645994,6 +646002,14 @@ "e4741b7fc6f450a5038f99c1b3de15ae4f5b0db0", "manual" ], + "speech-api/SpeechSynthesis-pause-resume.tentative.html": [ + "a7aa2bbf6fa25fec45845b1b08801148649fc4a2", + "testharness" + ], + "speech-api/SpeechSynthesis-speak-events.html": [ + "babfe3c388e92aee8c4e6ea62cd3c038eb5bcb2d", + "testharness" + ], "speech-api/SpeechSynthesis-speak-ownership.html": [ "f2121fc561de1f25a4de27372ca42a2b1e97a10a", "testharness" @@ -646002,10 +646018,6 @@ "3e0388b9cf37cae2075380faf48414a48b4092e9", "testharness" ], - "speech-api/SpeechSynthesis-speak-with-activation-succeeds.html": [ - "55dec5c123ff6384e6a30694c6a9fb6b27bc5b51", - "testharness" - ], "speech-api/SpeechSynthesis-speak-without-activation-fails.tentative.html": [ "acf0d7d575b5dc7f9b348d82b056aa90089b6639", "testharness" diff --git a/testing/web-platform/tests/speech-api/SpeechSynthesis-pause-resume.tentative.html b/testing/web-platform/tests/speech-api/SpeechSynthesis-pause-resume.tentative.html new file mode 100644 index 000000000000..a7aa2bbf6fa2 --- /dev/null +++ b/testing/web-platform/tests/speech-api/SpeechSynthesis-pause-resume.tentative.html @@ -0,0 +1,50 @@ + + + + + + + diff --git a/testing/web-platform/tests/speech-api/SpeechSynthesis-speak-with-activation-succeeds.html b/testing/web-platform/tests/speech-api/SpeechSynthesis-speak-events.html similarity index 59% rename from testing/web-platform/tests/speech-api/SpeechSynthesis-speak-with-activation-succeeds.html rename to testing/web-platform/tests/speech-api/SpeechSynthesis-speak-events.html index 55dec5c123ff..babfe3c388e9 100644 --- a/testing/web-platform/tests/speech-api/SpeechSynthesis-speak-with-activation-succeeds.html +++ b/testing/web-platform/tests/speech-api/SpeechSynthesis-speak-events.html @@ -7,9 +7,12 @@