Bug 621384 - SimpleTest.showReport(): add a separator from the test content; (Av1) Add |addNode(HR());|.

r=rcampbell a=(test only).
This commit is contained in:
Serge Gautherie 2011-01-04 16:20:18 +01:00
parent 92d417dc17
commit e2f1e2f37e

View File

@ -258,6 +258,8 @@ SimpleTest.showReport = function() {
addNode(SPAN(null, " "));
addNode(toggleTodo);
addNode(SimpleTest.report());
// Add a separator from the test content.
addNode(HR());
};
/**