mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Includes reimporting the test we already had, which has changed significantly. Most of these fail, but importing them now to track progress.
15 lines
519 B
HTML
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>
|