HomeSort by relevance Sort by last modified time
    Searched refs:xhtml1 (Results 1 - 3 of 3) sorted by null

  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
isEqualNode.js 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
  /external/markdown/markdown/
__init__.py 68 DEFAULT_OUTPUT_FORMAT = 'xhtml1' # xhtml or html4 output
199 * "xhtml1": Outputs XHTML 1.x. Default.
203 Note that it is suggested that the more specific formats ("xhtml1"
306 'xhtml1': etree.tostring,
584 * "xhtml1": Outputs XHTML 1.x. Default.
588 Note that it is suggested that the more specific formats ("xhtml1"
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 146 'path' : 'xhtml1',
183 'name': 'Tests where HTML4 and XHTML1 results differ',
234 if (format == 'xhtml1')
245 if (format == 'xhtml1')
256 if (format == 'xhtml1')
328 if (format == 'xhtml1')
698 var match = testName.match(/^(?:(html4|xhtml1)\/)?([\w-_]+)(\.xht|\.htm)?/);
926 if (this.format == 'xhtml1')
972 document.harness.format.xhtml1.checked = true;
1068 xhtml1/absolute-non-replaced-height-002<tab>
    [all...]

Completed in 261 milliseconds