https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ab7222f9063dedb351083804201a719cd6a81347 authored by bmac on 22 March 2018, 20:38:42 UTC
Do not print logs twice when running wpt lint
Tip revision: ab7222f
per-global.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>
back to top