Use a temporary document fragment for document metadata parsing tests
Instead of modifying the `<head>` of the document which is shared with all other tests, create a new temporary document fragment and populate that for each test. This isolates these tests from each other and from unrelated tests.
Showing
Please register or sign in to comment