aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-03-23 09:51:42 -0400
committerScott González <scott.gonzalez@gmail.com>2011-03-23 09:51:42 -0400
commitaaa21ddb0ce5c3b7e352ce8e7680bc5b37092401 (patch)
tree4c8da438c9ff93db11d9954717005e7063ecf66e /tests
parentc6e7e3fc28fdf6ce74bf9768fa4101cf3a163d1c (diff)
downloadjquery-ui-aaa21ddb0ce5c3b7e352ce8e7680bc5b37092401.tar.gz
jquery-ui-aaa21ddb0ce5c3b7e352ce8e7680bc5b37092401.zip
Accordion tests: Fixed indentation.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/accordion/accordio.html70
-rw-r--r--tests/unit/accordion/accordion.html70
2 files changed, 64 insertions, 76 deletions
diff --git a/tests/unit/accordion/accordio.html b/tests/unit/accordion/accordio.html
index de9d294c1..fe0e1b311 100644
--- a/tests/unit/accordion/accordio.html
+++ b/tests/unit/accordion/accordio.html
@@ -61,50 +61,45 @@
</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">
@@ -142,6 +137,5 @@
</div>
</div>
-
</body>
</html>
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html
index f5e7e20d6..bf5b0a0e8 100644
--- a/tests/unit/accordion/accordion.html
+++ b/tests/unit/accordion/accordion.html
@@ -63,50 +63,45 @@
</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">
@@ -144,6 +139,5 @@
</div>
</div>
-
</body>
</html>