<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r207561-r207566): [GTK] Six media tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=163823">bug 163823</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>REGRESSION(r207561-r207566): [GTK] Several media tests failing
           </td>
           <td>REGRESSION(r207561-r207566): [GTK] Six media tests failing
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r207561-r207566): [GTK] Six media tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=163823#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r207561-r207566): [GTK] Six media tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=163823">bug 163823</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=163823#c0">comment #0</a>)
<span class="quote">&gt; Something between r207561-r207566 (inclusive) broke several media tests:
&gt; 
&gt; media/audio-playback-restriction-autoplay.html [ Failure ]
&gt; media/audio-playback-restriction-play-muted.html [ Failure ]
&gt; media/audio-playback-restriction-play.html [ Failure ]
&gt; media/context-menu-actions.html [ Failure ]
&gt; 
&gt; Maaaybe r207561 (&quot;Modify testrunner to mute audio during tests&quot;)?
&gt; 
&gt; Updating expectations accordingly.</span >

Whoops, I missed two more:

media/video-defaultmuted.html &lt;---- smoking gun
media/video-volume-slider.html

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-defaultmuted-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-defaultmuted-actual.txt
&#64;&#64; -22,13 +22,13 &#64;&#64;

 *** Change 'muted' IDL attribute, content attribute should not change
 RUN(video.muted = false)
-EXPECTED (video.muted == 'false') OK
+EXPECTED (video.muted == 'false'), OBSERVED 'true' FAIL
 EXPECTED (video.defaultMuted == 'false') OK
 EXPECTED (video.hasAttribute('muted') == 'false') OK

 *** Remove 'muted' content attribute, it should have no effect on IDL attribute
 RUN(video.removeAttribute('muted'))
-EXPECTED (video.muted == 'false') OK
+EXPECTED (video.muted == 'false'), OBSERVED 'true' FAIL
 EXPECTED (video.defaultMuted == 'false') OK


&#64;&#64; -45,19 +45,19 &#64;&#64;

 *** Change 'defaultMuted', IDL attribute should not change but content attribute should.
 RUN(video.defaultMuted = true)
-EXPECTED (video.muted == 'false') OK
+EXPECTED (video.muted == 'false'), OBSERVED 'true' FAIL
 EXPECTED (video.defaultMuted == 'true') OK
 EXPECTED (video.hasAttribute('muted') == 'true') OK

 *** Change 'muted' IDL attribute, content attribute should not change
 RUN(video.muted = false)
-EXPECTED (video.muted == 'false') OK
+EXPECTED (video.muted == 'false'), OBSERVED 'true' FAIL
 EXPECTED (video.defaultMuted == 'true') OK
 EXPECTED (video.hasAttribute('muted') == 'true') OK

 *** Add 'muted' content attribute, it should have no effect on IDL attribute
 RUN(video.setAttribute('muted', 'muted'))
-EXPECTED (video.muted == 'false') OK
+EXPECTED (video.muted == 'false'), OBSERVED 'true' FAIL
 EXPECTED (video.defaultMuted == 'true') OK



--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-volume-slider-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/video-volume-slider-actual.txt
&#64;&#64; -37,4 +37,4 &#64;&#64;
     RenderSlider {INPUT} at (11,10) size 8x80 [color=#E6E6E659]
       RenderFlexibleBox {DIV} at (0,0) size 8x80 [border: (1px solid #E6E6E659)]
         RenderBlock {DIV} at (-2,-6) size 12x92
-          RenderBlock {DIV} at (0,24) size 12x12 [color=#FFFFFF]
+          RenderBlock {DIV} at (0,80) size 12x12 [color=#FFFFFF]</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>