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