haikuwebkit/LayoutTests/fast/events/input-tab-focus-no-duplicat...

15 lines
280 B
Plaintext

Tabbing focus into the bottom input should not trigger duplicate focus events for both inputs.
Expected:
Top Input: Focus Event #1
Bottom Input: Focus Event #1
Top Input: Focus Event #2
Actual:
Top Input: Focus Event #1
Bottom Input: Focus Event #1
Top Input: Focus Event #2