HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
datatypenormalization14.js 81 Normalize document with datatype-normalization set to true.
datatypenormalization15.js 81 Normalize document with datatype-normalization set to true.
datatypenormalization16.js 81 Normalize document with datatype-normalization set to true.
datatypenormalization17.js 81 Normalize document with datatype-normalization set to false, string values
datatypenormalization18.js 81 Normalize document using Node.normalize which is not affected by DOMConfiguration unlike
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
125 doc.normalize();
documentnormalizedocument02.js 82 Normalize a document with the 'cdata-sections' parameter set to false and
documentnormalizedocument03.js 81 Normalize a document with a created CDATA section with the
elementcontentwhitespace01.js 81 Normalize document with element-content-whitespace set to true, check that
elementcontentwhitespace02.js 81 Normalize document with element-content-whitespace set to false and validation set to true, check that
elementcontentwhitespace03.js 81 Normalize document using Node.normalize with element-content-whitespace set to false and validation set to true, check that
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
129 doc.normalize();
entities01.js 81 Normalize document with entities set to true, check that
entities02.js 81 Normalize document with entities set to false, check that
entities03.js 81 Normalize document with entities set to false, check that
entities04.js 81 Normalize document using Node.normalize checking that "entities" parameter is ignored.
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
118 doc.normalize();
infoset01.js 81 Normalize document with infoset set to true, check that
infoset02.js 81 Normalize document with infoset set to true, check that
infoset03.js 81 Normalize document with infoset set to true,
infoset04.js 81 Normalize a document with a created CDATA section with the
infoset05.js 81 Normalize document with infoset set to true, check that
infoset08.js 81 Normalize document with infoset and validation set to true, check that
namespacedeclarations01.js 81 Normalize document with namespace-declarations set to true, check that
namespacedeclarations02.js 81 Normalize document with namespace-declarations set to true, check that
normalizecharacters01.js 81 Normalize document with normalize-characters set to false, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-normalize-characters
110 domConfig.setParameter("normalize-characters", false);
normalizecharacters02.js 81 Normalize document with normalize-characters set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-normalize-characters
111 canSet = domConfig.canSetParameter("normalize-characters",true);
116 domConfig.setParameter("normalize-characters", true);
normalizecharacters03.js 81 Normalize an element with normalize-characters set to false, check that
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-normalize-characters
110 domConfig.setParameter("normalize-characters", false);
116 pElem.normalize();

Completed in 1038 milliseconds

12 3 4