Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 1 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /ai/summarizer/summarizer-create.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /ai/summarizer/summarizer-create.tentative.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=Summarizer Create
// META: script=../resources/util.js
// META: timeout=long
'use strict';
promise_test(async () => {
assert_true(!!Summarizer);
assert_equals(typeof Summarizer.create, 'function');
}, 'Summarizer.create() is defined');