HomeSort by relevance Sort by last modified time
    Searched full:xhtmlns (Results 1 - 7 of 7) sorted by null

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 545 var xhtmlNS = "http://www.w3.org/1999/xhtml";
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 545 var xhtmlNS = "http://www.w3.org/1999/xhtml";
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 545 var xhtmlNS = "http://www.w3.org/1999/xhtml";
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBaseElement01.xhtml 562 var xhtmlNS = "http://www.w3.org/1999/xhtml";
563 var newBody = document.createElementNS(xhtmlNS, "body");
564 var newTable = document.createElementNS(xhtmlNS, "table");
HTMLBaseElement02.xhtml 562 var xhtmlNS = "http://www.w3.org/1999/xhtml";
563 var newBody = document.createElementNS(xhtmlNS, "body");
564 var newTable = document.createElementNS(xhtmlNS, "table");
selfxhtml.js 545 var xhtmlNS = "http://www.w3.org/1999/xhtml";
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 545 var xhtmlNS = "http://www.w3.org/1999/xhtml";
546 var newBody = document.createElementNS(xhtmlNS, "body");
547 var newTable = document.createElementNS(xhtmlNS, "table");

Completed in 298 milliseconds