Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: tracing/tracing/base/unittest/html_test_results.html

Issue 1433123002: Ensure javascript tests are run "backlog style", most recent to oldest. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: REALLY answered Nat. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tracing/tracing/base/unittest/interactive_test_runner.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 + ': ');
},
« no previous file with comments | « no previous file | tracing/tracing/base/unittest/interactive_test_runner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698