Searched refs:createCDATASection (Results 1 - 25 of 63) sorted by relevance

123

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeisequalnode31.js101 cdata1 = doc.createCDATASection("cdata");
102 cdata2 = doc.createCDATASection("cdata");
103 cdata3 = doc.createCDATASection("#CDATASection");
H A Ddocumentnormalizedocument08.js116 newChild = doc.createCDATASection("this is not ]]> good");
120 newChild = doc.createCDATASection("this is not ]]> good");
H A Dhandleerror01.js144 newChild = doc.createCDATASection("this is not ]]> good");
146 newChild = doc.createCDATASection("this is not ]]> bad");
H A Ddocumentadoptnode32.js112 newCDATA = doc.createCDATASection("Document.adoptNode test for a CDATASECTION_NODE");
H A Ddocumentadoptnode33.js114 newCDATA = newDoc.createCDATASection("Document.adoptNode test for a CDATASECTION_NODE");
H A Dnodeinsertbefore24.js101 refNode = doc.createCDATASection("CDATASection");
H A Dnodeisdefaultnamespace14.js105 cdata = doc.createCDATASection("CDATASection");
H A Dnodelookupnamespaceuri14.js105 cdata = doc.createCDATASection("Text");
H A Dnodelookupprefix14.js106 cdata = doc.createCDATASection("Text");
H A Dsplitcdatasections01.js111 newChild = doc.createCDATASection("this is not ]]> good");
H A Dtextreplacewholetext05.js106 cdataNode = doc.createCDATASection("New CDATA");
H A Dcdatasections01.js111 newCdata = doc.createCDATASection("CDATA");
H A Ddocumentnormalizedocument03.js114 newCdata = doc.createCDATASection("CDATA");
H A Dinfoset04.js113 newCdata = doc.createCDATASection("CDATA");
H A Dnodegettextcontent15.js113 cdata = doc.createCDATASection("CData");
H A Dnodegettextcontent16.js116 cdata = doc.createCDATASection("CData");
H A Dnodeinsertbefore18.js113 newCDATA = doc.createCDATASection("CDATASection");
H A Dnodereplacechild18.js104 cdata = doc.createCDATASection("CDATASection");
H A Dnodesettextcontent10.js112 cdata = doc.createCDATASection("CData");
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_attrappendchild4.js119 textNode = doc.createCDATASection("terday");
130 textNode = doc.createCDATASection("terday");
H A Dhc_attrinsertbefore5.js120 textNode = doc.createCDATASection("terday");
131 textNode = doc.createCDATASection("terday");
H A Dhc_attrinsertbefore7.js124 dayNode = doc.createCDATASection("day");
135 dayNode = doc.createCDATASection("day");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_attrappendchild4.js119 textNode = doc.createCDATASection("terday");
130 textNode = doc.createCDATASection("terday");
H A Dhc_attrinsertbefore5.js120 textNode = doc.createCDATASection("terday");
131 textNode = doc.createCDATASection("terday");
H A Dhc_attrinsertbefore7.js124 dayNode = doc.createCDATASection("day");
135 dayNode = doc.createCDATASection("day");

Completed in 287 milliseconds

123