[patch-range.html]
[using patchBetween() to insert an element betwen two other elements]
expected: FAIL
[using patchAfter() to insert an element after another element]
expected: FAIL
[using patchBefore() to insert an element before another element]
expected: FAIL
[using patchAfter() to insert an element after the last element]
expected: FAIL
[using patchBefore() to insert an element before the first element]
expected: FAIL
[using patchBefore() should fail if the reference node is removed while patching]
expected: FAIL
[using patchBetween() should fail if the 'before' node is removed while patching]
expected: FAIL