If I execute ` ./mach test toolkit/components/passwordmgr/test/mochitest/test_input_events_for_identical_values.html --headless --enable-fission --enable-xorigin-tests`, I couldn't reproduce this issue. However, if I execute `MOZ_CONFIG=mozconfig-asan-ov ./mach test toolkit/components/passwordmgr/test/mochitest/ --headless --enable-fission --enable-xorigin-tests`, I could reproduce the issue. Such that, I suspect that something is not cleaned properly between tests.
Bug 1696323 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
If I execute ` ./mach test toolkit/components/passwordmgr/test/mochitest/test_input_events_for_identical_values.html --headless --enable-fission --enable-xorigin-tests`, I couldn't reproduce this issue. However, if I execute `./mach test toolkit/components/passwordmgr/test/mochitest/ --headless --enable-fission --enable-xorigin-tests`, I could reproduce the issue. Such that, I suspect that something is not cleaned properly between tests.