haikuwebkit/LayoutTests/accessibility/placeholder-expected.txt

17 lines
526 B
Plaintext

Birthday:
03-14-1879
This test makes sure that the placeholder is returned as the correct attribute
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS fieldElement.stringAttributeValue('AXPlaceholderValue') is 'search'
PASS pass.stringAttributeValue('AXPlaceholderValue') is 'Password'
PASS search.stringAttributeValue('AXPlaceholderValue') is 'MM-DD-YYYY'
PASS input.stringAttributeValue('AXPlaceholderValue') is 'Fill in the blank'
PASS successfullyParsed is true
TEST COMPLETE