Shadow-dom test cases
input rendered in a open shadowroot
1. When gazing on the
2. When focusing/unfocusing the input, we expect the keyboard to show/hide.
<custom-element> <input/> </custom-element> 1. When gazing on the
<input>, we expect color links to show. 2. When focusing/unfocusing the input, we expect the keyboard to show/hide.
input rendered in a nested open shadowroot
1. When gazing on the
2. When focusing/unfocusing the input, we expect the keyboard to show/hide.
<custom-element> <another-custom-element> <input/> </another-custom-element> </custom-element> 1. When gazing on the
<input>, we expect color links to show. 2. When focusing/unfocusing the input, we expect the keyboard to show/hide.