select elements have their values reset to default when removed from the document
When the page loads, the select element below will have its value set to '3', then be removed from (removeChild) and reinserted into (appendChild) the document.
If the value does not change (still '3') then the test passes; any other value is a failure.