Skip to content

Commit

Permalink
Bug 1554870 [wpt PR 17041] - Remove the test that checks that pointer…
Browse files Browse the repository at this point in the history
… events and compatibility mouse events have the same timestamp, a=testonly

Automatic update from web-platform-tests
Remove the test that checks that pointer events and compatibility mouse events have the same timestamp. There is no requirement by the specification to do this as per the discussion in w3c/pointerevents#284. This addresses web-platform-tests/wpt#17016. (#17041)

--

wp5At-commits: b89470bffd7c2fea14d7822fc18862cf5d8b57b4
wpt-pr: 17041

UltraBlame original commit: 48ef3551127afc3366932e147ead62fe9aeb5a6a
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 84b2a84 commit 65fbb30
Showing 1 changed file with 0 additions and 81 deletions.
Expand Up @@ -442,11 +442,6 @@
"
]
;
var
last_pointer_event
=
null
;
target_list
.
forEach
Expand Down Expand Up @@ -557,10 +552,6 @@
(
)
;
last_pointer_event
=
event
;
}
)
;
Expand Down Expand Up @@ -623,78 +614,6 @@
"
)
;
test
(
function
(
)
{
test
(
function
(
)
{
assert_equals
(
event
.
timeStamp
last_pointer_event
.
timeStamp
"
The
time
stamp
of
the
compat
mouse
event
should
be
the
same
as
its
pointerevent
"
)
;
}
)
;
}
event
.
type
+
"
'
s
time
stamp
should
be
the
same
as
"
+
last_pointer_event
.
type
+
"
'
s
time
stamp
.
"
)
;
}
)
;
Expand Down

0 comments on commit 65fbb30

Please sign in to comment.