haikuwebkit/LayoutTests/fast/forms/autofocus-keygen-expected.txt

10 lines
232 B
Plaintext

This tests whether the keygen element supports the autofocus attribute.
PASS document.activeElement is document.querySelector("keygen")
PASS document.activeElement.autofocus is true
PASS successfullyParsed is true
TEST COMPLETE