Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Node / fragment-mutation-expected.txt
blob0f04e66a0e53e6f5b1901c5dcb176f67f2e4f868
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