Changeset 91119 in webkit


Ignore:
Timestamp:
Jul 15, 2011 3:30:59 PM (13 years ago)
Author:
Adam Roben
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css

    r90922 r91119  
    3030}
    3131
     32#failure-history > li {
     33    margin-bottom: 10px;
     34    padding: 10px 10px 10px 50px;
     35}
     36
     37#possibly-flaky-tests > li {
     38    padding: 1px;
     39}
     40
    3241#failure-history > li, #possibly-flaky-tests > li {
    3342    background-color: #f0f0f0;
    34     padding: 10px;
    35     margin-bottom: 10px;
    36 }
    37 
    38 #failure-history > li {
    39     padding-left: 50px;
    4043}
    4144
     
    6164}
    6265
    63 .flakiness-example-separator {
    64     padding-left: 5em;
    65     font-size: larger;
    66 }
    67 
    6866.disclosure-triangle {
    6967    -webkit-transition: -webkit-transform 0.1s;
  • trunk/Tools/ChangeLog

    r91118 r91119  
     12011-07-15  Adam Roben  <aroben@apple.com>
     2
     3        Make TestFailures's list of possibly-flaky tests not so tall
     4
     5        Fixes <http://webkit.org/b/64618> TestFailures page's list of flaky tests takes up way too
     6        much room
     7
     8        Reviewed by Daniel Bates.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/TestFailures.css:
     11        Removed a no-longer-used .flakiness-example-separator selector.
     12
     13        (#failure-history > li):
     14        (#possibly-flaky-tests > li):
     15        (#failure-history > li, #possibly-flaky-tests > li):
     16        Use a lot less padding for the possibly-flaky tests.
     17
    1182011-07-15  Tony Chang  <tony@chromium.org>
    219
Note: See TracChangeset for help on using the changeset viewer.