blob: 27379c4ba77a9698cbc272e1a2989c0f2bcfc904 [file] [log] [blame]
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
This tests the keygen element
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS keygen.options is undefined
PASS keygen.type is "keygen"
PASS keygen.keytype is "rsa"
PASS keygen.getAttribute("keytype") is null
PASS keygen.keytype = "foo"; keygen.keytype is ""
PASS keygen.getAttribute("KEYtype") is "foo"
PASS keygen.setAttribute("keytype", "bar"); keygen.keytype is ""
PASS keygen.getAttribute("KeyType") is "bar"
PASS shadow.firstChild.tagName is "SELECT"
PASS successfullyParsed is true
TEST COMPLETE