Bug Tracker

Changeset 5706

Show
Ignore:
Timestamp:
05/28/08 20:19:18 (8 months ago)
Author:
aflesler
Message:

test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.

Location:
trunk/jquery/test
Files:
18 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/data/testsuite.css

    r5523 r5706  
    116116 
    117117div#show-tests * { display: none; } 
     118 
     119form.otherlibs{ 
     120    margin: 20px 0 0 30px; 
     121} 
     122    form.otherlibs label{ 
     123        display:block; 
     124        margin: 5px 0 5px 30px; 
     125    } 
     126    form.otherlibs input.submit{ 
     127        margin:30px 0 0 0; 
     128         
     129    } 
  • trunk/jquery/test/index.html

    r5705 r5706  
    55    <title>jQuery Test Suite</title> 
    66    <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> 
    7     <!-- --> 
     7    <!-- Includes --> 
    88    <script type="text/javascript">var jQuery = "jQuery", $ = "$"; // For testing .noConflict()</script> 
    99    <script type="text/javascript" src="../dist/jquery.js"></script>