mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
14 lines
500 B
HTML
14 lines
500 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Custom Elements: CustomElementRegistry is per global</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";
|
|
testIsPerWindow("customElements");
|
|
</script>
|