mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
11 lines
146 B
HTML
11 lines
146 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
var x = document.createElement('span');
|
||
|
|
x.createShadowRoot();
|
||
|
|
x.id = 'a';
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|