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

Unified Diff: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css

Issue 359533004: Group flakiness results by blink revision (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleanup for landing 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
Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
index 697bd3e25665684c953d7f7526191d07b13b5b3f..80354eb1485f54951e95717537641ec383d59e6d 100644
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
@@ -82,6 +82,10 @@
padding: 0 1px;
font-size: 10px;
text-align: center;
+ min-width: .75em;
+}
+.interpolatedResult {
+ opacity: 0.2;
}
#legend {
position: fixed;
@@ -108,6 +112,7 @@
}
.NODATA, .NOTRUN {
background-color: #fff;
+ color: #bbb;
}
.SKIP {
background-color: lightgray;

Powered by Google App Engine
This is Rietveld 408576698