Home
last modified time | relevance | path

Searched refs:htmlEl (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5-parser-stream/test/
Dlocation-info.test.ts21 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant
22 const headEl = treeAdapter.getChildNodes(htmlEl)[0];
23 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];
25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts104 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant
105 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];
187 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant
188 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];
190 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);
218 const htmlEl = treeAdapter.getChildNodes(document)[0]; constant
219 const bodyEl = treeAdapter.getChildNodes(htmlEl)[1];
221 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);