chromium/third_party/blink/web_tests/fast/forms/select/option-constructor-selected-expected.txt

This tests that the "selected" argument is honored when constructing an option element.

option0
option1
option2
option3
option4
option5


Test 0 Passed: the selected index is 0.
Test 1 Passed: the selected index is 0.
Test 2 Passed: the selected index is 0.
Test 3 Passed: the selected index is 3.
Test 4 Passed: the selected index is 4.
Test 5 Passed: the selected index is 4.