Title: [91119] trunk/Tools
Revision
91119
Author
[email protected]
Date
2011-07-15 15:30:59 -0700 (Fri, 15 Jul 2011)

Log Message

Make TestFailures's list of possibly-flaky tests not so tall

Fixes <http://webkit.org/b/64618> TestFailures page's list of flaky tests takes up way too
much room

Reviewed by Daniel Bates.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css:
Removed a no-longer-used .flakiness-example-separator selector.

(#failure-history > li):
(#possibly-flaky-tests > li):
(#failure-history > li, #possibly-flaky-tests > li):
Use a lot less padding for the possibly-flaky tests.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css (91118 => 91119)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css	2011-07-15 22:13:24 UTC (rev 91118)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css	2011-07-15 22:30:59 UTC (rev 91119)
@@ -29,16 +29,19 @@
     padding: 0 0 0 15px;
 }
 
-#failure-history > li, #possibly-flaky-tests > li {
-    background-color: #f0f0f0;
-    padding: 10px;
+#failure-history > li {
     margin-bottom: 10px;
+    padding: 10px 10px 10px 50px;
 }
 
-#failure-history > li {
-    padding-left: 50px;
+#possibly-flaky-tests > li {
+    padding: 1px;
 }
 
+#failure-history > li, #possibly-flaky-tests > li {
+    background-color: #f0f0f0;
+}
+
 .test-list {
     margin: 0 0 0 -40px;
     padding: 0;
@@ -60,11 +63,6 @@
     display: none;
 }
 
-.flakiness-example-separator {
-    padding-left: 5em;
-    font-size: larger;
-}
-
 .disclosure-triangle {
     -webkit-transition: -webkit-transform 0.1s;
     -webkit-user-select: none;

Modified: trunk/Tools/ChangeLog (91118 => 91119)


--- trunk/Tools/ChangeLog	2011-07-15 22:13:24 UTC (rev 91118)
+++ trunk/Tools/ChangeLog	2011-07-15 22:30:59 UTC (rev 91119)
@@ -1,3 +1,20 @@
+2011-07-15  Adam Roben  <[email protected]>
+
+        Make TestFailures's list of possibly-flaky tests not so tall
+
+        Fixes <http://webkit.org/b/64618> TestFailures page's list of flaky tests takes up way too
+        much room
+
+        Reviewed by Daniel Bates.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css:
+        Removed a no-longer-used .flakiness-example-separator selector.
+
+        (#failure-history > li):
+        (#possibly-flaky-tests > li):
+        (#failure-history > li, #possibly-flaky-tests > li):
+        Use a lot less padding for the possibly-flaky tests.
+
 2011-07-15  Tony Chang  <[email protected]>
 
         [chromium] land linux selection color layout test
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to