summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/text/shadow-rules-ref.html
blob: edc6813db3fd4db6356d31524d3909f44d82d287 (plain)
1
2
3
4
5
6
7
<!doctype html>
<div id="host"></div>
<script>
  host.attachShadow({ mode: "open" }).innerHTML = `
    <input type="text" value="Should not be red">
  `;
</script>