OLD | NEW |
| 1 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. |
1 button | 2 button |
2 PASS document.activeElement.id is not "control" | 3 PASS document.activeElement.id is not "control" |
3 details | 4 details |
4 PASS document.activeElement.id is not "control" | 5 PASS document.activeElement.id is not "control" |
5 embed | 6 embed |
6 PASS document.activeElement.id is not "control" | 7 PASS document.activeElement.id is not "control" |
7 iframe | 8 iframe |
8 PASS document.activeElement.id is not "control" | 9 PASS document.activeElement.id is not "control" |
9 keygen | 10 keygen |
10 PASS document.activeElement.id is not "control" | 11 PASS document.activeElement.id is not "control" |
(...skipping 21 matching lines...) Expand all Loading... |
32 object | 33 object |
33 FAIL document.activeElement.id should be control. Was object. | 34 FAIL document.activeElement.id should be control. Was object. |
34 object[usemap] | 35 object[usemap] |
35 PASS document.activeElement.id is not "control" | 36 PASS document.activeElement.id is not "control" |
36 input | 37 input |
37 PASS document.activeElement.id is not "control" | 38 PASS document.activeElement.id is not "control" |
38 PASS successfullyParsed is true | 39 PASS successfullyParsed is true |
39 | 40 |
40 TEST COMPLETE | 41 TEST COMPLETE |
41 | 42 |
OLD | NEW |