blob: 40ce3893d49ad5b6e4aec4d5ca48918598070ac6 [file] [log] [blame]
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 = true
[theSelect].selectedIndex = 0
After querying selectedIndex, [theOption].selected = true