Searched refs:htmlEl (Results 1 – 2 of 2) sorted by relevance
21 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant22 const headEl = treeAdapter.getChildNodes(htmlEl)[0];23 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);
104 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant105 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];187 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant188 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];190 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);218 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant219 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];221 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);