<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Shadow DOM: Rendering issues for distributed inputs in deep slots"
   href="https://bugs.webkit.org/show_bug.cgi?id=160427">160427</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Shadow DOM: Rendering issues for distributed inputs in deep slots
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari Technology Preview
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>HTML DOM
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>noms&#64;chromium.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cdumez&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=285045" name="attach_285045" title="Shows that the input has a value but the text doesn't render">attachment 285045</a> <a href="attachment.cgi?id=285045&amp;action=edit" title="Shows that the input has a value but the text doesn't render">[details]</a></span>
Shows that the input has a value but the text doesn't render

If I have a &lt;div&gt;&lt;slot&gt;&lt;/slot&gt;&lt;/div&gt; inside a shadow root, distributing an &lt;input&gt; in that slot leads to weird rendering issues (see below). Note that if the &lt;slot&gt; is a direct child of the shadow root (i.e. not nested in that &lt;div&gt;) everything is fine.

Repro: <a href="http://output.jsbin.com/fuduvi">http://output.jsbin.com/fuduvi</a> 
1. There are two inputs, one is distributed in a slot, one is a shadow child.
2. Type something in an input. Nothing actually shows up.
3. Inspect the input. It’s got a value. Toggle a style on that input (such as :focus), and the text shows up.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>