Focus Tracker
- Set focus to first tracked input,
- Check if status is equal to: focus: 1 blur: 0,
- Move focus to tracked content editable element,
- Move focus to first input of tracked HTML Wrapper,
- Move focus to second input of tracked HTML Wrapper,
- Check if status is still equal to: focus: 1 blur: 0,
- Move focus to not tracked input,
- Check if status is equal to: focus: 1 blur: 1.