Home
last modified time | relevance | path

Searched refs:docType (Results 1 – 25 of 110) sorted by relevance

12345

/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_documentgetdoctype.js88 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
114 (docType != null)
117 docTypeName = docType.name;
133 nodeValue = docType.nodeValue;
136 attributes = docType.attributes;
Dhc_entitiesremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
Dhc_notationsremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
Dhc_entitiessetnameditem1.js91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 entities = docType.entities;
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_documentgetdoctype.js88 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
114 (docType != null)
117 docTypeName = docType.name;
133 nodeValue = docType.nodeValue;
136 attributes = docType.attributes;
Dhc_entitiesremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
Dhc_notationsremovenameditem1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
Dhc_notationssetnameditem1.js91 var docType;
100 docType = doc.doctype;
110 assertNotNull("docTypeNotNull",docType);
111 notations = docType.notations;
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodereplacechild21.js101 var docType;
115 docType = doc.doctype;
117 entitiesMap = docType.entities;
135 replacedChild = docType.replaceChild(notation,ent);
146 replacedChild = docType.replaceChild(ent,docType);
Dnodegetuserdata04.js92 var docType;
105 docType = doc.doctype;
108 docType.setUserData("KeyDoc", doc, null);
110 docType.setUserData("KeyDoc", doc, nullHandler.handle);
112 retUserData = docType.getUserData("KeyDoc");
Dnodesettextcontent03.js91 var docType;
99 docType = doc.doctype;
101 docType.textContent = "textContent";
103 textContent = docType.textContent;
Dnodereplacechild02.js93 var docType;
101 docType = doc.doctype;
103 replaced = doc.replaceChild(docType,docType);
Dnodecomparedocumentposition01.js92 var docType;
101 docType = doc.doctype;
103 documentPositionDoc = doc.compareDocumentPosition(docType);
105 documentPositionDocType = docType.compareDocumentPosition(doc);
Dnodeissamenode09.js90 var docType;
100 docType = doc.doctype;
102 entitiesMap = docType.entities;
105 isSame = docType.isSameNode(entity);
Dnodegettextcontent05.js90 var docType;
100 docType = doc.doctype;
102 notationsMap = docType.notations;
105 textContent = docType.textContent;
Dnodeinsertbefore14.js95 var docType;
104 docType = doc.doctype;
111 inserted = docType.insertBefore(newAttr,docType);
Dnoderemovechild04.js93 var docType;
102 docType = doc.doctype;
104 removed = doc.removeChild(docType);
112 removed = docType.removeChild(doc);
Dnodelookupnamespaceuri04.js92 var docType;
104 docType = doc.doctype;
106 entitiesMap = docType.entities;
108 notationsMap = docType.notations;
Dnodeisequalnode27.js91 var docType;
103 docType = doc.doctype;
105 entitiesMap = docType.entities;
107 notationsMap = docType.notations;
/external/webkit/LayoutTests/dom/xhtml/level2/core/
Dhc_notationsremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
Dhc_entitiesremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
Dhc_notationssetnameditemns1.js90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 notations = docType.notations;
/external/webkit/LayoutTests/dom/html/level2/core/
Dhc_notationsremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 notations = docType.notations;
Dhc_entitiesremovenameditemns1.js90 var docType;
98 docType = doc.doctype;
108 assertNotNull("docTypeNotNull",docType);
109 entities = docType.entities;
Dhc_notationssetnameditemns1.js90 var docType;
99 docType = doc.doctype;
109 assertNotNull("docTypeNotNull",docType);
110 notations = docType.notations;

12345