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