]> source.dussan.org Git - jquery-ui.git/commitdiff
Accordion tests: Fixed indentation.
authorScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 13:51:42 +0000 (09:51 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 23 Mar 2011 13:51:42 +0000 (09:51 -0400)
tests/unit/accordion/accordio.html
tests/unit/accordion/accordion.html

index de9d294c1df5c0732631e8902300748edf31800a..fe0e1b3110b978ec2ff9f395676f6e6861dea822 100644 (file)
        </style>
 </head>
 <body>
-
 <h1 id="qunit-header">jQuery UI Accordion Test Suite</h1>
 <h2 id="qunit-banner"></h2>
 <div id="qunit-testrunner-toolbar"></div>
 <h2 id="qunit-userAgent"></h2>
-<ol id="qunit-tests">
-</ol>
-
+<ol id="qunit-tests"></ol>
 <div id="qunit-fixture">
 
-       <div>
-               <div id="list1" class="foo">
-               <h3 class="bar"><a class="anchor">There is one obvious advantage:</a></h3>
-               <div class="foo">
-                   <p>
-                       You've seen it coming!
-                       <br/>
-                       Buy now and get nothing for free!
-                       <br/>
-                       Well, at least no free beer. Perhaps a bear, if you can afford it.
-                   </p>
-               </div>
-               <h3 class="bar"><a class="anchor">Now that you've got...</a></h3>
-               <div class="foo">
-                   <p>
-                       your bear, you have to admit it!
-                       <br/>
-                       No, we aren't selling bears.
-                   </p>
-                   <p>
-                       We could talk about renting one.
-                   </p>
-               </div>
-               <h3 class="bar"><a class="anchor">Rent one bear, ...</a></h3>
-               <div class="foo">
-                   <p>
-                       get two for three beer.
-                   </p>
-                   <p>
-                       And now, for something completely different.
-                   </p>
-               </div>
-               </div>
+<div id="list1" class="foo">
+       <h3 class="bar"><a class="anchor">There is one obvious advantage:</a></h3>
+       <div class="foo">
+               <p>
+                       You've seen it coming!
+                       <br/>
+                       Buy now and get nothing for free!
+                       <br/>
+                       Well, at least no free beer. Perhaps a bear, if you can afford it.
+               </p>
+       </div>
+       <h3 class="bar"><a class="anchor">Now that you've got...</a></h3>
+       <div class="foo">
+               <p>
+                       your bear, you have to admit it!
+                       <br/>
+                       No, we aren't selling bears.
+               </p>
+               <p>
+                       We could talk about renting one.
+               </p>
        </div>
+       <h3 class="bar"><a class="anchor">Rent one bear, ...</a></h3>
+       <div class="foo">
+               <p>
+                       get two for three beer.
+               </p>
+               <p>
+                       And now, for something completely different.
+               </p>
+       </div>
+</div>
 
 <div id="navigationWrapper">
        <ul id="navigation">
 </div>
 
 </div>
-
 </body>
 </html>
index f5e7e20d6dc829cb19e3db652286689bb7f97187..bf5b0a0e868d3011b5b8cc4a6060b3247a994fc8 100644 (file)
        </style>
 </head>
 <body>
-
 <h1 id="qunit-header">jQuery UI Accordion Test Suite</h1>
 <h2 id="qunit-banner"></h2>
 <div id="qunit-testrunner-toolbar"></div>
 <h2 id="qunit-userAgent"></h2>
-<ol id="qunit-tests">
-</ol>
-
+<ol id="qunit-tests"></ol>
 <div id="qunit-fixture">
 
-       <div>
-               <div id="list1" class="foo">
-               <h3 class="bar"><a class="anchor">There is one obvious advantage:</a></h3>
-               <div class="foo">
-                   <p>
-                       You've seen it coming!
-                       <br/>
-                       Buy now and get nothing for free!
-                       <br/>
-                       Well, at least no free beer. Perhaps a bear, if you can afford it.
-                   </p>
-               </div>
-               <h3 class="bar"><a class="anchor">Now that you've got...</a></h3>
-               <div class="foo">
-                   <p>
-                       your bear, you have to admit it!
-                       <br/>
-                       No, we aren't selling bears.
-                   </p>
-                   <p>
-                       We could talk about renting one.
-                   </p>
-               </div>
-               <h3 class="bar"><a class="anchor">Rent one bear, ...</a></h3>
-               <div class="foo">
-                   <p>
-                       get two for three beer.
-                   </p>
-                   <p>
-                       And now, for something completely different.
-                   </p>
-               </div>
-               </div>
+<div id="list1" class="foo">
+       <h3 class="bar"><a class="anchor">There is one obvious advantage:</a></h3>
+       <div class="foo">
+               <p>
+                       You've seen it coming!
+                       <br/>
+                       Buy now and get nothing for free!
+                       <br/>
+                       Well, at least no free beer. Perhaps a bear, if you can afford it.
+               </p>
+       </div>
+       <h3 class="bar"><a class="anchor">Now that you've got...</a></h3>
+       <div class="foo">
+               <p>
+                       your bear, you have to admit it!
+                       <br/>
+                       No, we aren't selling bears.
+               </p>
+               <p>
+                       We could talk about renting one.
+               </p>
        </div>
+       <h3 class="bar"><a class="anchor">Rent one bear, ...</a></h3>
+       <div class="foo">
+               <p>
+                       get two for three beer.
+               </p>
+               <p>
+                       And now, for something completely different.
+               </p>
+       </div>
+</div>
 
 <div id="navigationWrapper">
        <ul id="navigation">
 </div>
 
 </div>
-
 </body>
 </html>