Searched refs:createAttribute (Results 1 - 25 of 75) sorted by relevance

123

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_documentinvalidcharacterexceptioncreateattribute.js78 The "createAttribute(tagName)" method raises an
83 "createAttribute(tagName)" method with the tagName equal
109 createdAttr = doc.createAttribute("invalid^Name");
H A Dhc_documentinvalidcharacterexceptioncreateattribute1.js102 createdAttr = doc.createAttribute("");
H A Dhc_attrappendchild6.js102 titleAttr = doc.createAttribute("title");
H A Dhc_documentcreateattribute.js79 "createAttribute(name)" method. It should create a
104 newAttrNode = doc.createAttribute("title");
H A Dhc_elementcreatenewattribute.js84 of the "createAttribute(name)" method from the Document
109 newAttribute = doc.createAttribute("lang");
H A Dhc_elementgetelementempty.js87 "createAttribute(newAttr)" method from the Document
109 newAttribute = doc.createAttribute("lang");
H A Dhc_elementinuseattributeerr.js110 newAttribute = doc.createAttribute("title");
H A Dhc_elementnotfounderr.js85 of the "createAttribute(name)" method from the Document
110 oldAttribute = doc.createAttribute("title");
H A Dhc_elementremoveattributeaftercreate.js109 newAttribute = doc.createAttribute("lang");
H A Dhc_elementreplaceexistingattribute.js88 new one. This test uses the "createAttribute(name)"
110 newAttribute = doc.createAttribute("class");
H A Dhc_elementreplaceexistingattributegevalue.js86 This test uses the "createAttribute(name)" method
109 newAttribute = doc.createAttribute("class");
H A Dhc_elementsetattributenodenull.js86 This test uses the "createAttribute(name)"
109 newAttribute = doc.createAttribute("lang");
H A Dhc_elementwrongdocumenterr.js95 This test uses the "createAttribute(newAttr)" method
125 newAttribute = doc2.createAttribute("newAttribute");
H A Dhc_namednodemapsetnameditem.js115 newAttribute = doc.createAttribute("lang");
H A Dhc_namednodemapsetnameditemreturnvalue.js91 This test uses the "createAttribute(name)" method from
116 newAttribute = doc.createAttribute("class");
H A Dhc_namednodemapsetnameditemthatexists.js92 method. This test uses the "createAttribute(name)"
118 newAttribute = doc.createAttribute("class");
H A Dhc_namednodemapsetnameditemwithnewvalue.js88 This test uses the "createAttribute(name)" method from
113 newAttribute = doc.createAttribute("lang");
H A Dhc_nodeappendchildinvalidnodetype.js110 newChild = doc.createAttribute("newAttribute");
H A Dhc_nodeinsertbeforeinvalidnodetype.js112 newChild = doc.createAttribute("title");
H A Dhc_nodereplacechildinvalidnodetype.js112 newChild = doc.createAttribute("lang");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_documentinvalidcharacterexceptioncreateattribute.js78 The "createAttribute(tagName)" method raises an
83 "createAttribute(tagName)" method with the tagName equal
109 createdAttr = doc.createAttribute("invalid^Name");
H A Dhc_documentinvalidcharacterexceptioncreateattribute1.js102 createdAttr = doc.createAttribute("");
H A Dhc_attrappendchild6.js102 titleAttr = doc.createAttribute("title");
H A Dhc_documentcreateattribute.js79 "createAttribute(name)" method. It should create a
104 newAttrNode = doc.createAttribute("title");
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeisequalnode14.js81 attribute, one created using createAttribute and the other createAttributeNS, are not equal.
103 attr1 = doc.createAttribute("root");

Completed in 206 milliseconds

123