Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Attaching shadow slot with assigned whitespace separated inline elements</title>
<link rel="match" href="../reference/pass_if_two_words.html">
<p>There should be a space between "two" and "words" below.</p>
<div id="host"><span>two</span> <span>words</span></div>
<script>
host.offsetTop;
host.attachShadow({mode:"open"}).innerHTML = "<slot></slot>";
</script>