Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /webmcp/imperative/non-secure.window.html - WPT Dashboard Interop Dashboard
'use strict';
test(() => {
assert_false(navigator.hasOwnProperty('modelContext'));
}, `navigator.modelContext is not supported in non-secure context.`);