| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 FAIL Option constructor with no arguments assert_false: expected false got true | |
| 3 PASS Option constructor with falsy arguments | |
| 4 PASS Option constructor creates HTMLOptionElement with specified text and value | |
| 5 PASS Option constructor handles selectedness correctly when specified with defau
ltSelected only | |
| 6 PASS Option constructor handles selectedness correctly, even when incongruous wi
th defaultSelected | |
| 7 FAIL Option constructor treats undefined text and value correctly assert_false:
expected false got true | |
| 8 PASS Option constructor treats falsy selected and defaultSelected correctly | |
| 9 PASS Option constructor treats truthy selected and defaultSelected correctly | |
| 10 PASS Option constructor does not set dirtiness (so, manipulating the selected co
ntent attribute still updates the selected IDL attribute) | |
| 11 Harness: the test ran to completion. | |
| 12 | |
| OLD | NEW |