Home
last modified time | relevance | path

Searched refs:loadSAXParserTestData (Results 1 – 5 of 5) sorted by relevance

/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js5 const loadSAXParserTestData = require('../../../test/utils/load-sax-parser-test-data'); constant
9 loadSAXParserTestData().forEach(test => {
Dsax-parser.test.js7 const loadSAXParserTestData = require('../../../test/utils/load-sax-parser-test-data'); constant
81 loadSAXParserTestData().forEach(
/third_party/parse5/packages/parse5-html-rewriting-stream/test/
Drewriting-stream.test.js6 const loadSAXParserTestData = require('../../../test/utils/load-sax-parser-test-data'); constant
40 loadSAXParserTestData().forEach(
/third_party/parse5/bench/perf/
Dindex.js7 const loadSAXParserTestData = require('../../test/utils/load-sax-parser-test-data'); constant
45 const pages = loadSAXParserTestData().map(test => test.src);
/third_party/parse5/test/utils/
Dload-sax-parser-test-data.js5 module.exports = function loadSAXParserTestData() { function