haikuwebkit/LayoutTests/fast/forms/datalist/datalist-textinput-suggesti...

11 lines
468 B
Plaintext

Top suggestion with empty text field: "Orange"
Top suggestion with "a" in text field: "Apple"
This test verifies that datalist suggestions in a text field are ordered in a way that respects the order of option elements in the document, as well as the contents of the text field. To test manually:
Focus the text field.
Check that "Orange" is the top suggestion.
Type "a" and blur the text field.
Focus the text field again.
Check that "Apple" is the top suggestion.