blob: e51802975585fd4720ba2328b170f9729ac24f2b [file] [log] [blame]
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. 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