Skip to content

Commit

Permalink
Bug 1542439 [wpt PR 16230] - Capturing event listeners should be call…
Browse files Browse the repository at this point in the history
…ed before non capturing ones, a=testonly

Automatic update from web-platform-tests
Capturing event listeners should be called before non capturing ones (#16230)

as per whatwg/dom#685.
--

wpt-commits: e4a98db0bb16cdbddeb2ae4a58d4bea99237cd42
wpt-pr: 16230

UltraBlame original commit: de9c8a0db6ca877075bcae553f872eff273cdc66
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 8d93818 commit d3f6d7e
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -892,8 +892,8 @@
results
[
1
2
3
2
]
)
this
Expand All @@ -903,15 +903,17 @@
)
}
"
Event
Capturing
event
listeners
should
be
called
in
order
of
addition
before
non
-
capturing
ones
"
)
<
Expand Down

0 comments on commit d3f6d7e

Please sign in to comment.