Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
The test succeeds with libxml < 2.9.4, and is supposed to succeed with libxml > 2.9.4. Unfortunately, we can't conditionally mark a test case as XFAIL, so we're simply skipping the test for libxml 2.9.4 instead.