| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 FAIL The submit event must be fired when click a button in submit status assert_
true: The isTrusted attribute of the submit event shoud be true. expected true g
ot undefined | 2 PASS The submit event must be fired when click a button in submit status |
| 3 FAIL The reset event must be fired when click a button in reset status assert_tr
ue: The isTrusted attribute of the reset event shoud be true. expected true got
undefined | 3 PASS The reset event must be fired when click a button in reset status |
| 4 FAIL The show event must be fired when click a button in menu status assert_equa
ls: The button type should be 'menu'. expected "menu" but got "submit" | 4 FAIL The show event must be fired when click a button in menu status assert_equa
ls: The button type should be 'menu'. expected "menu" but got "submit" |
| 5 Harness: the test ran to completion. | 5 Harness: the test ran to completion. |
| 6 | 6 |
| OLD | NEW |