blob: 3d8bb73919943b6d437d2c9e114fb8456dcffd52 [file] [log] [blame]
PASS Document.prepend() without any argument, on a Document having no child.
PASS Document.prepend() with only one element as an argument, on a Document having no child.
PASS Document.append() with only one element as an argument, on a Document having one child.
PASS Document.prepend() with text as an argument, on a Document having no child.
PASS Document.prepend() with two elements as the argument, on a Document having no child.