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/declarative/document-domain-enabled.sub.https.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>WebMCP: Declarative tools are not registered when document.domain is enabled</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/declarative/resources/document-domain-enabled-iframe.html"></iframe>
<script>
fetch_tests_from_window(document.querySelector('iframe').contentWindow);
</script>
</body>