Skip to content

Commit 0cb9c7d

Browse files
committed
Accordion: different useless markup for getting consistent results for the destroy test
1 parent d9c0b62 commit 0cb9c7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/accordion/accordion.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2 id="qunit-userAgent"></h2>
5555
<div>
5656
<div id="list1" class="foo">
5757
<a class="bar">There is one obvious advantage:</a>
58-
<div style="color: #ff0000" class="foo">
58+
<div style="font-style: normal; " class="foo">
5959
<p>
6060
You've seen it coming!
6161
<br/>
@@ -65,7 +65,7 @@ <h2 id="qunit-userAgent"></h2>
6565
</p>
6666
</div>
6767
<a class="bar">Now that you've got...</a>
68-
<div style="color: #ff0000" class="foo">
68+
<div style="font-style: normal; " class="foo">
6969
<p>
7070
your bear, you have to admit it!
7171
<br/>
@@ -76,7 +76,7 @@ <h2 id="qunit-userAgent"></h2>
7676
</p>
7777
</div>
7878
<a class="bar">Rent one bear, ...</a>
79-
<div style="color: #ff0000" class="foo">
79+
<div style="font-style: normal; " class="foo">
8080
<p>
8181
get two for three beer.
8282
</p>

0 commit comments

Comments
 (0)