Skip to content

Commit

Permalink
Menu Tests: Make the elements without anchors look like group heading…
Browse files Browse the repository at this point in the history
…s and remove disabled elements to focus on dividers and no anchor elements
  • Loading branch information
kborchers committed May 25, 2012
1 parent fe7ca1f commit f11de83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/visual/menu/menu.html
Expand Up @@ -258,24 +258,24 @@ <h2>Menu with custom markup, multi-line items</h2>

<h2>Inline with dividers and elements without anchors</h2>
<ul id="menu7">
<li>Group 1</li>
<li class="ui-state-disabled"><a href="#">Aberdeen</a></li>
<li><strong>Group 1</strong></li>
<li><a href="#">Aberdeen</a></li>
<li><a href="#">Ada</a></li>
<li><a href="#">Adamsville</a></li>
<li><a href="#">Addyston</a></li>
<li></li>
<li>Group 2</li>
<li><strong>Group 2</strong></li>
<li>
<a href="#">Delphi</a>
<ul>
<li class="ui-state-disabled"><a href="#">Ada</a></li>
<li><a href="#">Ada</a></li>
<li><a href="#">Saarland</a></li>
<li><a href="#">Salzburg</a></li>
</ul>
</li>
<li><a href="#">Saarland</a></li>
<li>---</li>
<li>Group 3</li>
<li><strong>Group 3</strong></li>
<li>
<a href="#">Salzburg</a>
<ul>
Expand All @@ -301,7 +301,7 @@ <h2>Inline with dividers and elements without anchors</h2>
<li><a href="#">Perch</a></li>
</ul>
</li>
<li class="ui-state-disabled"><a href="#">Amesville</a></li>
<li><a href="#">Amesville</a></li>
</ul>

<div style="position: absolute; top: 1em; right: 1em;">
Expand Down

0 comments on commit f11de83

Please sign in to comment.