Harness status: OK

Found 11 tests

11 Pass
Pass	Option constructor with no arguments
Pass	Option constructor with falsy arguments
Pass	Option constructor creates HTMLOptionElement with specified text and value
Pass	Option constructor handles selectedness correctly when specified with defaultSelected only
Pass	Option constructor handles selectedness correctly, even when incongruous with defaultSelected
Pass	Option constructor treats undefined text and value correctly
Pass	Option constructor treats empty text and value correctly
Pass	Option constructor treats falsy selected and defaultSelected correctly
Pass	Option constructor treats truthy selected and defaultSelected correctly
Pass	Option constructor does not set dirtiness (so, manipulating the selected content attribute still updates the selected IDL attribute)
Pass	Prototype of object created with named constructor