mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add 'menu' to tests
This commit is contained in:
parent
a473cee8a2
commit
bb82bc9b87
@ -97,7 +97,13 @@
|
||||
(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 @@
|
||||
<header>header</header>
|
||||
<hgroup>hgroup</hgroup>
|
||||
<main>main</main>
|
||||
<menu><li>menu</li></menu>
|
||||
<nav>nav</nav>
|
||||
<section>section</section>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user