Home
last modified time | relevance | path

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

/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js914 this.appendResultToOutput(this.formatInfo, testName, resolution, comment);
946 TestSuite.prototype.appendResultToOutput = function(formatData, testName, resolution, comment) method in TestSuite
1178 _self.appendResultToOutput(kHTML4Data, item.test, item.hstatus, item.hcomment);
1181 _self.appendResultToOutput(kXHTML1Data, item.test, item.xstatus, item.xcomment);
1225 _self.appendResultToOutput(kHTML4Data, item.test, item.hstatus, item.hcomment);
1226 _self.appendResultToOutput(kXHTML1Data, item.test, item.xstatus, item.xcomment);
1263 _self.appendResultToOutput(kHTML4Data, item.test, '?', item.hcomment);
1265 _self.appendResultToOutput(kXHTML1Data, item.test, '?', item.xcomment);
1309 _self.appendResultToOutput(kHTML4Data, item.test, item.hstatus, item.hcomment);
1311 _self.appendResultToOutput(kXHTML1Data, item.test, item.xstatus, item.xcomment);
[all …]