Show
Ignore:
Timestamp:
05/10/08 06:08:30 (7 months ago)
Author:
dante
Message:

refs #6664 - missed tree innard tests, and removes duplicated styles from matrix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/_testMatrix.php

    r13659 r13662  
    99                @import "../../dojo/resources/dojo.css"; 
    1010                @import "css/dijitTests.css"; 
    11                 table tr > td { 
    12                         text-align:left; 
    13                 } 
    14                 tr.top { 
    15                         background:blue; 
    16                         color:#fff; 
    17                 } 
    18                 tr.top th { 
    19                         padding:6px; 
    20                 } 
    21                 tr.tests { 
    22                         background:#666; 
    23                         color:#fff; 
    24                 } 
    25                 tr.tests th { 
    26                         text-align:center; 
    27                 } 
    28                 tr.spacer { 
    29                         background:#dedede; 
    30                         color:#666; 
    31                 } 
    32                 tr.spacer td { 
    33                         padding:6px; 
    34                 } 
    35                 tr.testRow td { 
    36                         text-align:center; 
    37                 } 
    38                 tr.testRow td.label { 
    39                         text-align:left; 
    40                         padding-left:15px; 
    41                 } 
    42                 tr.alt { 
    43                         background:#ededed; 
    44                 } 
     11 
    4512        </style> 
    4613 
     
    5825 
    5926                        printLinks(".", "Base Dijit Tests"); 
    60                         printLinks("./form", "Dijit Form Tests"); 
    61                         printLinks("./layout", "Dijit Layout Widgets"); 
     27                        printLinks("./form", "Dijit Form Widget Tests"); 
     28                        printLinks("./layout", "Dijit Layout Widget Tests"); 
    6229                        printLinks("./tree","Dijit Tree Tests"); 
    6330