Commit ba638d1
Don't adjust untrusted TouchEvents.
Untrusted touch events are not fired to DOM for whatever reason. But
they still go through the adjustment and causes problem when event
target is an empty document.
We need to fix wpt/touch-events/touch-retargeting.html by avoiding
untrusted event dispatch but test_driver doesn't support input to shadow
DOM yet. So switched the test to be manual for now. I manually
verified that both Chrome and Firefox passes the manual test.
Fixed: 1230583
Change-Id: Ia82cbf4a65d859d76180dae063ee7840efb7f3ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3094727
Commit-Queue: Mustaq Ahmed <[email protected]>
Reviewed-by: Robert Flack <[email protected]>
Cr-Commit-Position: refs/heads/main@{#918857}1 parent 6271c7f commit ba638d1
File tree
2 files changed
+36
-54
lines changed- touch-events
2 files changed
+36
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
This file was deleted.
0 commit comments