Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<div id="host"></div>
<script>
host.attachShadow({ mode: "open" }).innerHTML = `
<input type="text" value="Should not be red">
`;
</script>