mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f
This commit is contained in:
parent
d588ce8d85
commit
43a50e298a
37 changed files with 1341 additions and 62 deletions
|
@ -290,7 +290,7 @@ function run() {
|
|||
|
||||
// In some cases, when multiple touch points are released simultaneously
|
||||
// the UA would dispatch the "same" touchend event (same changedTouches, same touches, but possibly different targetTouches)
|
||||
// to each of the elements that are starting elments of the released touch points.
|
||||
// to each of the elements that are starting elements of the released touch points.
|
||||
// in these situations, the subsequent events are exempt from TA 1.5.3.4 and 1.5.4.2
|
||||
var same_event_as_last = false;
|
||||
if (last_changedTouches && last_changedTouches.length==ev.changedTouches.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue