This verifies that getting the orientation of combobox descendants won't crash if the combobox is removed from the document.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


AXRole: AXComboBox has orientation: AXOrientation: AXHorizontalOrientation

Before combobox removal
AXRole: AXMenu has orientation: 
AXRole: AXMenuItem has orientation: AXOrientation: AXHorizontalOrientation

After combobox removal
AXRole: AXInvalid has orientation: 
AXRole: AXInvalid has orientation: 
PASS successfullyParsed is true

TEST COMPLETE

