Files
ladybird/Tests/LibWeb/Text/input/wpt-import/custom-elements/registries/per-document.html
Sam Atkins fe3c6a1f9f Tests: Import WPT custom-elements/registries tests
Includes reimporting the test we already had, which has changed
significantly.

Most of these fail, but importing them now to track progress.
2026-03-27 19:49:55 +00:00

15 lines
519 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Custom Elements: window.customElements is per document</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<link rel="help" href="https://html.spec.whatwg.org/multipage/#custom-elements-api">
<link rel="author" title="Domenic Denicola" href="mailto:d@domenic.me">
<script src="../../common/object-association.js"></script>
<body>
<script>
"use strict";
testIsPerDocument("customElements");
</script>