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

Unified Diff: Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html

Issue 397343006: Fix race-condition in ct-embedded-flakiness-dashboard-tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard-tests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
diff --git a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
index cca02b151488977c0e922d5b797a4573df9c1ee2..a509200e2424c11b1f2fd2285e68cd455ca79e97 100644
--- a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
+++ b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
@@ -32,7 +32,7 @@ found in the LICENSE file.
testChanged: function() {
this.$.iframe.src = ui.urlForEmbeddedFlakinessDashboard([this.test]);
- },
+ },
});
</script>
« no previous file with comments | « no previous file | Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698