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

Unified Diff: Tools/GardeningServer/ui/ct-results-by-builder-tests.html

Issue 459983002: Kill ui.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 4 months 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
Index: Tools/GardeningServer/ui/ct-results-by-builder-tests.html
diff --git a/Tools/GardeningServer/ui/ct-results-by-builder-tests.html b/Tools/GardeningServer/ui/ct-results-by-builder-tests.html
index c7ae083f4d6019aee0fdcbbcd8687bc2f93c3c28..ba811b18a876b1a12a812a68283ad786a70fec21 100644
--- a/Tools/GardeningServer/ui/ct-results-by-builder-tests.html
+++ b/Tools/GardeningServer/ui/ct-results-by-builder-tests.html
@@ -37,8 +37,8 @@ asyncTest("basic", 9, function() {
requestAnimationFrame(function() {
var tabs = resultsByBuilder.shadowRoot.querySelectorAll('paper-tab');
equal(tabs.length, 2);
- equal(tabs[0].textContent, 'Linux (dbg)');
- equal(tabs[1].textContent, 'Mac10.6 (dbg)');
+ equal(tabs[0].textContent, 'WebKit Linux (dbg)');
+ equal(tabs[1].textContent, 'WebKit Mac10.6 (dbg)');
var detail = resultsByBuilder.shadowRoot.querySelectorAll('ct-results-detail');
equal(detail.length, 1);
« no previous file with comments | « Tools/GardeningServer/ui/ct-results-by-builder.html ('k') | Tools/GardeningServer/ui/ct-results-detail-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698