| OLD | NEW |
| 1 PASS picker._selectElement.style.color is "rgb(123, 0, 0)" | 1 PASS picker._selectElement.style.color is "rgb(123, 0, 0)" |
| 2 PASS picker._selectElement.options[0].style.color is "" | 2 PASS picker._selectElement.options[0].style.color is "" |
| 3 PASS picker._selectElement.value is "0" | 3 PASS picker._selectElement.value is "0" |
| 4 PASS picker._selectElement.value is "1" | 4 PASS picker._selectElement.value is "1" |
| 5 PASS picker._selectElement.value is "1" | 5 PASS picker._selectElement.value is "1" |
| 6 PASS picker._selectElement.options.length is 2 | 6 PASS picker._selectElement.options.length is 2 |
| 7 PASS picker._selectElement.children[0].label is "FOO" | 7 PASS picker._selectElement.children[0].label is "FOO" |
| 8 PASS picker._selectElement.children[1].label is "BAR" | 8 PASS picker._selectElement.children[1].label is "BAR" |
| 9 PASS picker._selectElement.children[2].tagName is "OPTGROUP" | 9 PASS picker._selectElement.children[2].tagName is "OPTGROUP" |
| 10 PASS picker._selectElement.children[2].label is "BAZ" | 10 PASS picker._selectElement.children[2].label is "BAZ" |
| 11 PASS picker._selectElement.value is "1" | 11 PASS picker._selectElement.value is "1" |
| 12 PASS picker._selectElement.value is "2" | 12 PASS picker._selectElement.value is "2" |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |