| OLD | NEW |
| 1 This test checks the behavior of selected/selectedIndex properties prior to the
</select> being parsed. https://bugs.webkit.org/show_bug.cgi?id=32641 | 1 This test checks the behavior of selected/selectedIndex properties prior to the
</select> being parsed. https://bugs.webkit.org/show_bug.cgi?id=32641 |
| 2 | 2 |
| 3 Before querying selectedIndex, [theOption].selected = false | 3 Before querying selectedIndex, [theOption].selected = true |
| 4 | 4 |
| 5 [theSelect].selectedIndex = 0 | 5 [theSelect].selectedIndex = 0 |
| 6 | 6 |
| 7 After querying selectedIndex, [theOption].selected = true | 7 After querying selectedIndex, [theOption].selected = true |
| OLD | NEW |