Lines Matching refs:insert
11 echo "--- Trying to insert text node into the document ---\n";
29 echo "--- Trying to insert doctype into not a document ---\n";
38 echo "--- Trying to insert doctype at the wrong place in a document ---\n";
58 echo "--- Trying to insert an element before a document type ---\n";
97 --- Trying to insert text node into the document ---
98 Exception: Cannot insert text as a child of a document
99 Exception: Cannot insert text as a child of a document
100 Exception: Cannot insert text as a child of a document
101 --- Trying to insert doctype into not a document ---
102 Exception: Cannot insert a document type into anything other than a document
103 --- Trying to insert doctype at the wrong place in a document ---
108 --- Trying to insert an element before a document type ---
117 Exception: Cannot insert text as a child of a document