<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:simon.fraser@apple.com" title="Simon Fraser (smfr) <simon.fraser@apple.com>"> <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@apple.com" title="Simon Fraser (smfr) <simon.fraser@apple.com>"> <span class="fn">Simon Fraser (smfr)</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=298240&action=diff" name="attach_298240" title="Test">attachment 298240</a> <a href="attachment.cgi?id=298240&action=edit" title="Test">[details]</a></span>
Test
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=298240&action=review">https://bugs.webkit.org/attachment.cgi?id=298240&action=review</a>
<span class="quote">> LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:17
> +#scroller {
> + border: 2px solid black;
> + height: 400px;
> + overflow: scroll;
> + position:absolute;
> +}
> +
> +#big {
> + width:50px;
> + height:2000px;
> + background-color:purple;
> + border: 15px solid green;
> +}</span >
Would be nice to be consistent about spaces after colons.
<span class="quote">> LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:69
> + {
> + interpolate : "linear",
> + timestep: 0.025,
> + startEvent : {
> + inputType : "hand",
> + timeOffset : 0,
> + touches : [
> + {
> + inputType : "finger",
> + phase : "began",
> + id : 1,
> + x : ${startX},
> + y : ${startY},
> + pressure : 0
> + }
> + ]
> + },
> + endEvent : {
> + inputType : "hand",
> + timeOffset : 3.0,
> + touches : [
> + {
> + inputType : "finger",
> + phase : "stationary",
> + id : 1,
> + x : ${endX},
> + y : ${endY},
> + pressure : 500
> + }
> + ]
> + }
> + }
> + ]
> + };</span >
The indentation is funky.
<span class="quote">> LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:73
> + uiController.uiScriptComplete();
> + });</span >
Here too.
<span class="quote">> LayoutTests/fast/events/touch/ios/iphone7/prevent-default-touchmove-prevents-scrolling.html:91
> + shouldBe("document.getElementById('scroller').scrollTop", "0");
> + finishJSTest();
> + });</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>