<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:simon.fraser&#64;apple.com" title="Simon Fraser (smfr) &lt;simon.fraser&#64;apple.com&gt;"> <span class="fn">Simon Fraser (smfr)</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a test to ensure that preventDefault on touchmove prevents scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=166790">bug 166790</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;">Attachment #298240 Flags</td>
           <td>review?
           </td>
           <td>review+
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a test to ensure that preventDefault on touchmove prevents scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=166790#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add a test to ensure that preventDefault on touchmove prevents scrolling"
   href="https://bugs.webkit.org/show_bug.cgi?id=166790">bug 166790</a>
              from <span class="vcard"><a class="email" href="mailto:simon.fraser&#64;apple.com" title="Simon Fraser (smfr) &lt;simon.fraser&#64;apple.com&gt;"> <span class="fn">Simon Fraser (smfr)</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=298240&amp;action=diff" name="attach_298240" title="Test">attachment 298240</a> <a href="attachment.cgi?id=298240&amp;action=edit" title="Test">[details]</a></span>
Test

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

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:17
&gt; +#scroller {
&gt; +    border: 2px solid black;
&gt; +    height: 400px;
&gt; +    overflow: scroll;
&gt; +    position:absolute;
&gt; +}
&gt; +        
&gt; +#big {
&gt; +    width:50px;
&gt; +    height:2000px;
&gt; +    background-color:purple;
&gt; +    border: 15px solid green;
&gt; +}</span >

Would be nice to be consistent about spaces after colons.

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:69
&gt; +               {
&gt; +               interpolate : &quot;linear&quot;,
&gt; +               timestep: 0.025,
&gt; +               startEvent : {
&gt; +               inputType : &quot;hand&quot;,
&gt; +               timeOffset : 0,
&gt; +               touches : [
&gt; +                          {
&gt; +                          inputType : &quot;finger&quot;,
&gt; +                          phase : &quot;began&quot;,
&gt; +                          id : 1,
&gt; +                          x : ${startX},
&gt; +                          y : ${startY},
&gt; +                          pressure : 0
&gt; +                          }
&gt; +                          ]
&gt; +               },
&gt; +               endEvent : {
&gt; +               inputType : &quot;hand&quot;,
&gt; +               timeOffset : 3.0,
&gt; +               touches : [
&gt; +                          {
&gt; +                          inputType : &quot;finger&quot;,
&gt; +                          phase : &quot;stationary&quot;,
&gt; +                          id : 1,
&gt; +                          x : ${endX},
&gt; +                          y : ${endY},
&gt; +                          pressure : 500
&gt; +                          }
&gt; +                          ]
&gt; +               }
&gt; +               }
&gt; +               ]
&gt; +     };</span >

The indentation is funky.

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:73
&gt; +                                  uiController.uiScriptComplete();
&gt; +                                  });</span >

Here too.

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:91
&gt; +                            shouldBe(&quot;document.getElementById('scroller').scrollTop&quot;, &quot;0&quot;);
&gt; +                            finishJSTest();
&gt; +                               });</span >

Here too.</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>