diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-03 17:48:39 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-03 17:48:39 +0200 |
commit | 0cb9c7d96330e972b983452280bd11c57ddfb35f (patch) | |
tree | 8ce42b33f3b872f1cdb0164f29017f7ad5631440 | |
parent | d9c0b626cfc6a12a9b469eaa9f67a0e569499461 (diff) | |
download | jquery-ui-0cb9c7d96330e972b983452280bd11c57ddfb35f.tar.gz jquery-ui-0cb9c7d96330e972b983452280bd11c57ddfb35f.zip |
Accordion: different useless markup for getting consistent results for the destroy test
-rw-r--r-- | tests/unit/accordion/accordion.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 26b0355e9..3badebda9 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -55,7 +55,7 @@ <div> <div id="list1" class="foo"> <a class="bar">There is one obvious advantage:</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> You've seen it coming! <br/> @@ -65,7 +65,7 @@ </p> </div> <a class="bar">Now that you've got...</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> your bear, you have to admit it! <br/> @@ -76,7 +76,7 @@ </p> </div> <a class="bar">Rent one bear, ...</a> - <div style="color: #ff0000" class="foo"> + <div style="font-style: normal; " class="foo"> <p> get two for three beer. </p> |