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:
- /webmcp/imperative/model_context.https.window.html - WPT Dashboard Interop Dashboard
'use strict';
test(() => {
assert_true(navigator.modelContext instanceof ModelContext);
}, 'navigator.modelContext instanceof ModelContext');
test(() => {
assert_equals(navigator.modelContext, navigator.modelContext);
}, 'navigator.modelContext SameObject');