| Index: tracing/tracing/base/unittest/html_test_results.html
|
| diff --git a/tracing/tracing/base/unittest/html_test_results.html b/tracing/tracing/base/unittest/html_test_results.html
|
| index 7105462bc228c4ca704d8d2c7327298ba7ebb42a..5dbc7b780f92d73253b2293668dfa1786194374d 100644
|
| --- a/tracing/tracing/base/unittest/html_test_results.html
|
| +++ b/tracing/tracing/base/unittest/html_test_results.html
|
| @@ -358,7 +358,7 @@ tr.exportTo('tr.b.unittest', function() {
|
| this.currentTestCaseResult_.testCaseHRef = href;
|
| this.currentTestCaseResult_.testStatus = TestStatus.RUNNING;
|
| this.currentTestCaseStartTime_ = window.performance.now();
|
| - this.appendChild(this.currentTestCaseResult_);
|
| + this.insertBefore(this.currentTestCaseResult_, this.firstChild);
|
| this.updateDisplayStateForResult_(this.currentTestCaseResult_);
|
| this.log_(testCase.fullyQualifiedName + ': ');
|
| },
|
|
|