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/test_Button.html

    r12730 r13661  
    1919                </style> 
    2020 
     21                <!-- required: the default dijit theme: --> 
     22                <link id="themeStyles" rel="stylesheet" href="../../../dijit/themes/tundra/tundra.css" /> 
     23 
     24                <!-- required: dojo.js --> 
    2125                <script type="text/javascript" src="../../../dojo/dojo.js" 
    2226                        djConfig="isDebug: true, parseOnLoad: true"></script> 
     27 
     28                <!-- only needed for alternate theme testing: --> 
    2329                <script type="text/javascript" src="../_testCommon.js"></script> 
    2430 
     
    3137                </script> 
    3238        </head> 
    33 <body> 
     39<body class="tundra"> 
    3440        <h1 class="testTitle">Dijit Button Test</h1> 
    3541        <h2>Simple, drop down &amp; combo buttons</h2>