Title: [134097] trunk/Tools
Revision
134097
Author
rn...@webkit.org
Date
2012-11-09 12:16:26 -0800 (Fri, 09 Nov 2012)

Log Message

People with dichromacy can't tell crashes and passes on flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=101711

Reviewed by Ojan Vafai.

Lower the brightness of orange, and raise the brightness of green so that
people with color blindnes can still distinguish passes and crashes easily.

* TestResultServer/static-dashboards/flakiness_dashboard_tests.css:
(.P):
(.C):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134096 => 134097)


--- trunk/Tools/ChangeLog	2012-11-09 20:10:31 UTC (rev 134096)
+++ trunk/Tools/ChangeLog	2012-11-09 20:16:26 UTC (rev 134097)
@@ -1,3 +1,17 @@
+2012-11-09  Ryosuke Niwa  <rn...@webkit.org>
+
+        People with dichromacy can't tell crashes and passes on flakiness dashboard
+        https://bugs.webkit.org/show_bug.cgi?id=101711
+
+        Reviewed by Ojan Vafai.
+
+        Lower the brightness of orange, and raise the brightness of green so that
+        people with color blindnes can still distinguish passes and crashes easily.
+
+        * TestResultServer/static-dashboards/flakiness_dashboard_tests.css:
+        (.P):
+        (.C):
+
 2012-11-09  Tommy Widenflycht  <tom...@google.com>
 
         MediaStream API: Deleting all files relating to the deprecated PeerConnection00

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css (134096 => 134097)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css	2012-11-09 20:10:31 UTC (rev 134096)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css	2012-11-09 20:16:26 UTC (rev 134097)
@@ -104,7 +104,7 @@
     border: 1px solid grey;
 }
 .P {
-    background-color: #8fdf5f;
+    background-color: #3f3;
 }
 .N {
     background-color: #fff;
@@ -113,7 +113,7 @@
     background-color: lightgray;
 }
 .C {
-    background-color: #ffc343;
+    background-color: #c90;
 }
 .T {
     background-color: #fffc6c;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to