Home
last modified time | relevance | path

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

/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js602 this.goToTestIndex(0);
637 this.goToTestIndex(this.currChapterTestIndex + 1);
647 this.goToTestIndex(this.currChapterTestIndex - 1);
662 this.goToTestIndex(i);
675 this.goToTestIndex(testIndex);
744 this.goToTestIndex(j);
754 TestSuite.prototype.goToTestIndex = function(index) method in TestSuite