diff options
Diffstat (limited to 'tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js')
-rw-r--r-- | tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js b/tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js index 85282959f9e..91cb3129557 100644 --- a/tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js +++ b/tests/wpt/tests/ai/summarizer/summarizer-availability.tentative.https.window.js @@ -18,7 +18,7 @@ promise_test(async () => { promise_test(async () => { // An array of plausible test option values. const kCreateOptionsSpec = [ - {type: [undefined, 'tl;dr', 'teaser', 'key-points', 'headline']}, + {type: [undefined, 'tldr', 'teaser', 'key-points', 'headline']}, {format: [undefined, 'plain-text', 'markdown']}, {length: [undefined, 'short', 'medium', 'long']}, {expectedInputLanguages: [[], ['en'], ['es'], ['jp', 'fr']]}, |