Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 3 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /webmcp/imperative/document-domain-enabled.sub.https.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>document.modelContext gated by document.domain being disabled</title>
<link rel="author" href="mailto:dom@chromium.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<body>
<iframe src="https://{{hosts[][www]}}:{{location[port]}}/webmcp/imperative/resources/document-domain-enabled-iframe.html"></iframe>
<script>
fetch_tests_from_window(document.querySelector('iframe').contentWindow);
</script>
</body>