HomeSort by relevance Sort by last modified time
    Searched refs:acronym (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnametotallength.js 107 expectedNames[14] = "acronym";
114 expectedNames[21] = "acronym";
121 expectedNames[28] = "acronym";
128 expectedNames[35] = "acronym";
135 expectedNames[42] = "acronym";
151 svgExpectedNames[13] = "acronym";
158 svgExpectedNames[20] = "acronym";
165 svgExpectedNames[27] = "acronym";
172 svgExpectedNames[34] = "acronym";
179 svgExpectedNames[41] = "acronym";
    [all...]
hc_documentcreateelement.js 81 "createElement(tagName)" method with tagName="acronym".
83 whose tagName is "acronym". The NodeName, NodeType
103 newElement = doc.createElement("acronym");
106 assertEqualsAutoCase("element", "strong","acronym",newElementName);
hc_documentcreateelementcasesensitive.js 82 equal to "acronym" and once for tagName equal to "ACRONYM"
110 newElement1 = doc.createElement("ACRONYM");
111 newElement2 = doc.createElement("acronym");
122 assertEqualsAutoCase("element", "nodeName1","ACRONYM",nodeName1);
123 assertEqualsAutoCase("element", "nodeName2","acronym",nodeName2);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnametotallength.js 107 expectedNames[14] = "acronym";
114 expectedNames[21] = "acronym";
121 expectedNames[28] = "acronym";
128 expectedNames[35] = "acronym";
135 expectedNames[42] = "acronym";
151 svgExpectedNames[13] = "acronym";
158 svgExpectedNames[20] = "acronym";
165 svgExpectedNames[27] = "acronym";
172 svgExpectedNames[34] = "acronym";
179 svgExpectedNames[41] = "acronym";
    [all...]
hc_documentcreateelement.js 81 "createElement(tagName)" method with tagName="acronym".
83 whose tagName is "acronym". The NodeName, NodeType
103 newElement = doc.createElement("acronym");
106 assertEqualsAutoCase("element", "strong","acronym",newElementName);
hc_documentcreateelementcasesensitive.js 82 equal to "acronym" and once for tagName equal to "ACRONYM"
110 newElement1 = doc.createElement("ACRONYM");
111 newElement2 = doc.createElement("acronym");
122 assertEqualsAutoCase("element", "nodeName1","ACRONYM",nodeName1);
123 assertEqualsAutoCase("element", "nodeName2","acronym",nodeName2);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributenode07.js 78 Invoke setIdAttributeNode on the 2nd and 3rd acronym element using the class attribute as a parameter . Verify by calling
104 elemList1 = doc.getElementsByTagName("acronym");
105 elemList2 = doc.getElementsByTagName("acronym");
125 assertEquals("elementsetidattributenode1GetElementById07","acronym",elemName);
129 assertEquals("elementsetidattributenode2GetElementById07","acronym",elemName);
nodereplacechild28.js 93 var acronym;
105 childList = doc.getElementsByTagName("acronym");
106 acronym = childList.item(1);
107 betaRef = acronym.firstChild;
120 replacedChild = acronym.replaceChild(betaText,dallas);
elementsetidattributens12.js 83 Set the noNamespaceSchemaLocation attribute on the first acronym element to "No". Invoke setIdAttributeNS on the
84 noNamespaceSchemaLocation attribute of the first, second and third acronym element. Verify by calling isId on
85 the attributes. Calling getElementById with "No" as a value should return the acronym element.
110 elemList = doc.getElementsByTagNameNS("*","acronym");
139 assertEquals("elementsetidattributensGetElementById10","acronym",elemName);
attrisid05.js 88 Retrieve the fourth acronym element's id attribute, whose type is ID.
89 Deep clone the element node and append it as a sibling of the acronym node.
117 elemList = doc.getElementsByTagName("acronym");
elementsetidattribute01.js 78 Invoke setIdAttribute on the third acronym element's class attribute. Verify by calling isID
103 elemList = doc.getElementsByTagName("acronym");
115 assertEquals("elementsetidattributeGetElementById01","acronym",elemName);
elementsetidattribute03.js 78 First use setAttribute to change the class attribute of the third acronym element. Invoke setIdAttribute
103 elemList = doc.getElementsByTagName("acronym");
116 assertEquals("elementsetidattributeGetElementById03","acronym",elemName);
elementsetidattribute08.js 78 Invoke setIdAttribute class attribute on the second, third, and the fifth acronym element.
104 elemList = doc.getElementsByTagName("acronym");
132 assertEquals("elementsetidattributeGetElementById08","acronym",elemName);
elementsetidattribute11.js 78 Invoke setIdAttribute on the 4th acronym element's class attribute which contains
103 elemList = doc.getElementsByTagName("acronym");
116 assertEquals("elementsetidattributeGetElementById11","acronym",elemName);
elementsetidattributenode02.js 78 Invoke setIdAttributeNode on the 3rd acronym element using the class attribute as a parameter . Verify by calling
103 elemList = doc.getElementsByTagName("acronym");
115 assertEquals("elementsetidattributenodeGetElementById02","acronym",elemName);
elementsetidattributenode08.js 83 Invoke setIdAttributeNode on the 2nd acronym element and 3rd p element using the title and xmlns:dmstc attributes respectively
109 elemList1 = doc.getElementsByTagNameNS("*","acronym");
130 assertEquals("elementsetidattributenode1GetElementById08","acronym",elemName);
elementsetidattributenode10.js 83 Invoke setIdAttributeNode on the 4th acronym element using the class attribute (containing entity reference)
108 elemList = doc.getElementsByTagNameNS("*","acronym");
120 assertEquals("elementsetidattributenodeGetElementById10","acronym",elemName);
elementsetidattributens05.js 83 Invoke setIdAttributeNS on a changed attribute of the third acronym element. Verify by calling
108 elemList = doc.getElementsByTagNameNS("*","acronym");
121 assertEquals("elementsetidattributensGetElementById05","acronym",elemName);
nodesettextcontent01.js 100 elemList = doc.getElementsByTagName("acronym");
105 assertEquals("nodesettextcontent01","acronym",nodeName);