Harness status: OK

Found 20 tests

19 Pass
1 Fail
Pass	<div>s, <button>s, and <datalist>s should be allowed in <select>
Pass	</select> should close <button>
Pass	</select> should close <datalist>
Pass	<select> in <button> in <select> should remove inner <select>
Pass	<select> in <select><button><div> should remove inner <select>
Pass	JS added nested <select> should be ignored
Pass	JS added nested <select>s should be ignored
Pass	Divs and imgs should be allowed as direct children of select and within options without a datalist
Pass	Input tags should not parse inside select instead of closing the select
Pass	textarea tags should parse inside select instead of closing the select
Fail	Input tags should parse inside select if nested in another tag
Pass	Input tags should close select when directly inside an <option>
Pass	hr should generate implied end tags inside select
Pass	optgroup should generate implied end tags inside select
Pass	option inside optgroup should close previous option
Pass	The last test should not leave any tags open after parsing
Pass	Nested selects should be retained 1
Pass	Nested selects should be retained 2
Pass	JS added nested select should be ignored
Pass	JS added nested selects should be ignored