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

refs #6664 - all "public" dijit tests using _testCommon now use tundra as the default theme. WARNING: this currently breaks
tests in nihilo / soria where there is a dijit.byId('something') in an addOnLoad because we're stalling parsing (not in the
tundra case ... ) by a few ms. we probably don't need to, but we're fighting an inconsistant css race condition.

need to do dijit/demos, and dojox/* still ... that's next. please svn up dijit/ and check for any regressions based on this
checkin. I've tested in ie6, ff2 and safari _most_ every test, but it is admittedly a little overwhelming so extra eyes
would be appreciated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/Form.html

    r13339 r13661  
    99                @import "../css/dijitTests.css"; 
    1010        </style> 
     11 
     12        <!-- required: the default dijit theme: --> 
     13        <link id="themeStyles" rel="stylesheet" href="../../../dijit/themes/tundra/tundra.css" /> 
     14 
     15        <!-- required: dojo.js --> 
    1116        <script type="text/javascript" src="../../../dojo/dojo.js" 
    1217                djConfig="isDebug: true, parseOnLoad: true"></script> 
     18 
     19        <!-- only needed for alternate theme testing: --> 
    1320        <script type="text/javascript" src="../_testCommon.js"></script> 
    1421 
     
    134141        </script> 
    135142</head> 
    136 <body> 
     143<body class="tundra"> 
    137144        <h1>Form Widget Unit Test</h1> 
    138145        <p>