| OLD | NEW | 
|---|
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. | 
| 2 PASS basic with click() | 2 PASS basic with click() | 
| 3 PASS basic with dispatchEvent() | 3 PASS basic with dispatchEvent() | 
| 4 PASS basic with wrong event class | 4 PASS basic with wrong event class | 
| 5 PASS look at parents only when event bubbles | 5 PASS look at parents only when event bubbles | 
| 6 FAIL look at parents when event bubbles assert_true: expected true got false | 6 FAIL look at parents when event bubbles assert_true: expected true got false | 
| 7 FAIL pick the first with activation behavior <input type=checkbox> assert_true: 
    child pre-click must be triggered expected true got false | 7 FAIL pick the first with activation behavior <input type=checkbox> assert_true: 
    child pre-click must be triggered expected true got false | 
| 8 PASS pick the first with activation behavior <a href> | 8 PASS pick the first with activation behavior <a href> | 
| 9 PASS event state during post-click handling | 9 PASS event state during post-click handling | 
| 10 PASS redispatch during post-click handling | 10 PASS redispatch during post-click handling | 
| 11 PASS disabled checkbox still has activation behavior | 11 PASS disabled checkbox still has activation behavior | 
| 12 PASS disabled checkbox still has activation behavior, part 2 | 12 PASS disabled checkbox still has activation behavior, part 2 | 
| 13 PASS disconnected checkbox should be checked | 13 PASS disconnected checkbox should be checked | 
| 14 PASS disconnected radio should be checked | 14 PASS disconnected radio should be checked | 
| 15 FAIL disconnected form should not submit assert_false: expected false got true | 15 PASS disconnected form should not submit | 
| 16 Harness: the test ran to completion. | 16 Harness: the test ran to completion. | 
| 17 | 17 | 
| OLD | NEW | 
|---|