Open
Bug 1439784
Opened 7 years ago
Updated 2 years ago
Fix the KeyboardEvent mochitests
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: arthur, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor][fingerprinting][fp-triaged])
Right now, most of the mochitests from bug 1222285 don't fail when privacy.resistFingerprinting=false. I think we can fix this problem by changing the tests to use synthesizeNativeKey and a non-US English simulated keyboard.
Also, we should add a test for Keyboard.which spoofing which will be added in bug 1438795.
Comment 1•7 years ago
|
||
It might be easier to wait for Bug 1358653 and just mock a new locale. Unless 1358653 won't do the thing we need.
Depends on: 1358653
Reporter | ||
Comment 2•7 years ago
|
||
Another thing we should check in tests is that nothing new is leaked by bug 1036008.
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: [tor][fingerprinting] → [tor][fingerprinting][fp-triaged]
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•