| OLD | NEW |
| 1 This tests the keygen element |
| 1 | 2 |
| 2 This tests the keygen element. | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 3 | 5 |
| 4 PASS keygen.options is undefined | 6 PASS keygen.options is undefined |
| 7 PASS keygen.type is "keygen" |
| 8 FAIL keygen.keytype should be rsa. Was . |
| 9 PASS keygen.keytype is "" |
| 10 PASS keygen.getAttribute("KEYtype") is "foo" |
| 5 PASS shadow.firstChild.tagName is "SELECT" | 11 PASS shadow.firstChild.tagName is "SELECT" |
| 6 PASS internals.shadowRoot(shadow.firstChild) is null | 12 PASS internals.shadowRoot(shadow.firstChild) is null |
| 7 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 8 | 14 |
| 9 TEST COMPLETE | 15 TEST COMPLETE |
| 10 | 16 |
| OLD | NEW |