OLD | NEW |
1 CONSOLE WARNING: A DOM event generated from JavaScript has triggered a default a
ction inside the browser. This behavior is non-standard and will be removed in M
53, around September 2016. See https://www.chromestatus.com/features/57188039335
60832 for more details. | 1 CONSOLE WARNING: line 16: A DOM event generated from JavaScript has triggered a
default action inside the browser. This behavior is non-standard and will be rem
oved in M53, around September 2016. See https://www.chromestatus.com/features/57
18803933560832 for more details. |
2 Tests to ensure that default action does not occur for untrusted events. | 2 Tests to ensure that default action does not occur for untrusted events. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 | 7 |
8 FAIL document.getElementById('radio1').checked should be true. Was false. | 8 FAIL document.getElementById('radio1').checked should be true. Was false. |
9 FAIL document.getElementById('radio2').checked should be false. Was true. | 9 FAIL document.getElementById('radio2').checked should be false. Was true. |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |