forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Confirm that re-dispatching a cached click doesn't satisfy notifyEvent()
When a DOM event is manually dispatched, its isTrusted bit is set to false. This makes the event ineligible to use with window.fence.notifyEvent(), even if the event was trusted initially. This CL includes a WPT that verifies this behavior. Change-Id: Ic3911bf89fb88d1fb16d495f75dfd19f22a726ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5784053 Reviewed-by: Liam Brady <[email protected]> Commit-Queue: Liam Brady <[email protected]> Cr-Commit-Position: refs/heads/main@{#1340597}
- Loading branch information
1 parent
df93215
commit e31a4f5
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters