Skip to content
Permalink
Browse files
Add 'menu' to tests
  • Loading branch information
necolas committed Oct 4, 2014
1 parent a473cee commit bb82bc9b87445865415c525495b7c8b39e85e998
Showing 1 changed file with 8 additions and 1 deletion.
@@ -97,7 +97,13 @@ <h3 class="Test-it">should have no margin (opinionated)</h3>
(there should be no red background visible on this page)
</div>

<h2 class="Test-describe"><code>article</code>, <code>aside</code>, <code>details</code>, <code>figure</code>, <code>figcaption</code>, <code>footer</code>, <code>header</code>, <code>hgroup</code>, <code>main</code>, <code>nav</code>, <code>section</code>, <code>summary</code></h2>
<h2 class="Test-describe">
<code>article</code>, <code>aside</code>, <code>details</code>,
<code>figure</code>, <code>figcaption</code>, <code>footer</code>,
<code>header</code>, <code>hgroup</code>, <code>main</code>,
<code>menu</code>, <code>nav</code>, <code>section</code>,
<code>summary</code>
</h2>
<h3 class="Test-it">should render as block</h3>
<div class="Test-run Test-run--highlightEl">
<article>article</article>
@@ -114,6 +120,7 @@ <h3 class="Test-it">should render as block</h3>
<header>header</header>
<hgroup>hgroup</hgroup>
<main>main</main>
<menu><li>menu</li></menu>
<nav>nav</nav>
<section>section</section>
</div>

0 comments on commit bb82bc9

Please sign in to comment.