<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 - [GTK] Layout test media/tab-focus-inside-media-elements.html is failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=163521">163521</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] Layout test media/tab-focus-inside-media-elements.html is failing
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Media Elements
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>mcatanzaro&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org, rniwa&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Layout test media/tab-focus-inside-media-elements.html has been failing since it was added in r200520 &quot;FKA: No way to get focus from DOM to shadow DOM components (Was: HTML5 media controls not keyboard accessible)&quot;. Updating expectations accordingly.

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/tab-focus-inside-media-elements-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/tab-focus-inside-media-elements-actual.txt
&#64;&#64; -12,27 +12,27 &#64;&#64;
 PASS !!internals.shadowRoot(mediaElements[0]).activeElement /* play button */ is true
 PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[0]
 PASS !!internals.shadowRoot(mediaElements[0]).activeElement /* rewind button */ is true
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[0]
-PASS !!internals.shadowRoot(mediaElements[0]).activeElement /* volume slider */ is true
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[0]
-PASS !!internals.shadowRoot(mediaElements[0]).activeElement /* mute button */ is true
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLAudioElement]. Was [object HTMLVideoElement].
+FAIL !!internals.shadowRoot(mediaElements[0]).activeElement /* volume slider */ should be true. Was false.
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLAudioElement]. Was [object HTMLVideoElement].
+FAIL !!internals.shadowRoot(mediaElements[0]).activeElement /* mute button */ should be true. Was false.
 PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[1]
 PASS mediaElements[1] instanceof HTMLVideoElement is true
 PASS mediaElements[1].controls is true
-FAIL !!internals.shadowRoot(mediaElements[1]).activeElement /* play button */ should be true. Was false.
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[1]
-PASS !!internals.shadowRoot(mediaElements[1]).activeElement /* rewind button */ is true
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[1]
-PASS !!internals.shadowRoot(mediaElements[1]).activeElement /* volume slider */ is true
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[1]
-PASS !!internals.shadowRoot(mediaElements[1]).activeElement /* mute button */ is true
-FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLAudioElement]. Was [object HTMLVideoElement].
+PASS !!internals.shadowRoot(mediaElements[1]).activeElement /* play button */ is true
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLVideoElement]. Was [object HTMLVideoElement].
+FAIL !!internals.shadowRoot(mediaElements[1]).activeElement /* rewind button */ should be true. Was false.
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLVideoElement]. Was [object HTMLDivElement].
+FAIL !!internals.shadowRoot(mediaElements[1]).activeElement /* volume slider */ should be true. Was false.
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLVideoElement]. Was [object HTMLBodyElement].
+FAIL !!internals.shadowRoot(mediaElements[1]).activeElement /* mute button */ should be true. Was false.
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLAudioElement]. Was [object HTMLAudioElement].
 PASS mediaElements[2] instanceof HTMLAudioElement is true
 PASS mediaElements[2].controls is false
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is mediaElements[3]
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLVideoElement]. Was [object HTMLAudioElement].
 PASS mediaElements[3] instanceof HTMLVideoElement is true
 PASS mediaElements[3].controls is false
-PASS eventSender.keyDown(&quot;\t&quot;); document.activeElement is document.querySelector(&quot;div&quot;)
+FAIL eventSender.keyDown(&quot;\t&quot;); document.activeElement should be [object HTMLDivElement]. Was [object HTMLAudioElement].
 PASS successfullyParsed is true

 TEST COMPLETE</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>