blob: eb9c128e334d49de1f52b01521d9243686d96df4 [file] [log] [blame]
This test checks that the selected property of an option is initialized correctly even 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