Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / autofocus-keygen-expected.txt
blobc14374d0db8029d3755ccc8c59cc4b2d52100adb
2 This tests whether the keygen element supports the autofocus attribute.
4 PASS document.activeElement is document.querySelector("keygen")
5 PASS document.activeElement.autofocus is true
6 PASS successfullyParsed is true
8 TEST COMPLETE