1 This test creates a fragment containing three elements: "B", "U", and "P", attempts to appendChild this fragment and studies effects of mutation events on the fragment.
3 Inserting an element in front of the next item in fragment should not affect the result: PASS
4 Appending an element at the end of the fragment should not affect the result: PASS
5 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
7 This test creates a fragment containing three elements: "B", "U", and "P", attempts to insertBefore this fragment and studies effects of mutation events on the fragment.
9 Inserting an element in front of the next item in fragment should not affect the result: PASS
10 Appending an element at the end of the fragment should not affect the result: PASS
11 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS