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