Commit f3901f3
Work around testdriver issue in select-mousedown-slot-mutation
Using test_driver.click() isn't working in chromium for certain
elements, in this case the option element inside the picker. Using
test_driver.Actions() gets around this issue.
Bug: 488072422
Change-Id: I13068c98877473f9e6ef9a5fa22c6cc9c76444a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7617854
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1592705}1 parent 36bdbc7 commit f3901f3
1 file changed
Lines changed: 12 additions & 3 deletions
File tree
- html/semantics/forms/the-select-element/customizable-select
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
61 | | - | |
| 70 | + | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| |||
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
79 | | - | |
| 88 | + | |
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
0 commit comments