Bug 1908369 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This patch introduced a change where the DOM would dispatch a new event, `DOMPossibleUsernameInputAdded`, when there is a formless input which has an autocomplete value of `username`. Taking a look at the source code for this test, https://github.com/WebKit/Speedometer/blob/main/resources/todomvc/architecture-examples/angular/src/app/todo-item/todo-item.component.html, the input elements do not have `autocomplete=username` , so ideally there should not be any extra events fired. I will rerun these tests,  investigate further, and I will give any updates I have.
This patch introduced a change where the DOM would dispatch a new event, `DOMPossibleUsernameInputAdded`, when there is a formless input which has an autocomplete value of `username`. Taking a look at the source code for this test, https://github.com/WebKit/Speedometer/blob/main/resources/todomvc/architecture-examples/angular/src/app/todo-item/todo-item.component.html, the input elements do not have `autocomplete=username` , so I don't think that there should be any extra events fired. I will rerun these tests,  investigate further, and I will give any updates I have.

Back to Bug 1908369 Comment 2