OLD | NEW |
1 Check if an OPTION style is serialized with comparison with the parent OPTGROUP
style. | 1 Check if an OPTION style is serialized with comparison with the parent OPTGROUP
style. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS params.children[1].type is "optgroup" | 6 PASS params.children[1].type is "optgroup" |
7 PASS params.children[1].children[0].type is undefined. | 7 PASS params.children[1].children[0].type is undefined. |
8 PASS params.children[1].children[0].style.color is "#000000" | 8 PASS params.children[1].children[0].style.color is "#000000" |
9 PASS params.children[1].children[0].style.backgroundColor is "#ffffff" | 9 PASS params.children[1].children[0].style.backgroundColor is "#ffffff" |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |