Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<body>
<script>
var x = document.createElement('span');
x.attachShadow({ mode: "open" });
x.id = 'a';
</script>
</body>
</html>