Home
last modified time | relevance | path

Searched refs:inputField (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/app/components/
Dapp_component_test.ts327 const inputField = assertDefined( constant
337 inputField.dispatchEvent(new KeyboardEvent('keydown', {key: 'Enter'}));
341 inputField.dispatchEvent(new KeyboardEvent('keydown', {key: 'Escape'}));
345 inputField.dispatchEvent(new FocusEvent('focusout'));
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component_test.ts1329 inputField: HTMLInputElement,
1338 inputField.value = textInput;
1339 inputField.dispatchEvent(new Event('change'));