mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
92d417dc17
commit
e2f1e2f37e
@ -258,6 +258,8 @@ SimpleTest.showReport = function() {
|
||||
addNode(SPAN(null, " "));
|
||||
addNode(toggleTodo);
|
||||
addNode(SimpleTest.report());
|
||||
// Add a separator from the test content.
|
||||
addNode(HR());
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user