<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebRTC: Add test that verifies that RTCPeerConnection.addTrack can reuse an existing RTCRtpSender"
   href="https://bugs.webkit.org/show_bug.cgi?id=158621#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebRTC: Add test that verifies that RTCPeerConnection.addTrack can reuse an existing RTCRtpSender"
   href="https://bugs.webkit.org/show_bug.cgi?id=158621">bug 158621</a>
              from <span class="vcard"><a class="email" href="mailto:eric.carlson&#64;apple.com" title="Eric Carlson &lt;eric.carlson&#64;apple.com&gt;"> <span class="fn">Eric Carlson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=281013&amp;action=diff" name="attach_281013" title="Proposed patch">attachment 281013</a> <a href="attachment.cgi?id=281013&amp;action=edit" title="Proposed patch">[details]</a></span>
Proposed patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=281013&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=281013&amp;action=review</a>

<span class="quote">&gt; LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html:1
&gt; +&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;</span >

I just noticed that you are using the HTML 2.0 doctype for these tests. Why not just &quot;&lt;!DOCTYPE html&gt;&quot;?

<span class="quote">&gt; LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html:52
&gt; +                debug(&quot;&quot;);</span >

Minor nit: you can get rid of all debug(&quot;&quot;)s by adding a '&lt;br&gt;' to the beginning of the next debug string.

<span class="quote">&gt; LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html:58
&gt; +                debug(&quot;*** An extra sender should have been added&quot;);</span >

Another minor nit: why no blank line before this?

<span class="quote">&gt; LayoutTests/fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html:69
&gt; +                debug(&quot;*** The number of senders should not have changed&quot;);</span >

Ditto.</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>