Skip to content

Commit bb82bc9

Browse files
committed
Add 'menu' to tests
1 parent a473cee commit bb82bc9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,13 @@ <h3 class="Test-it">should have no margin (opinionated)</h3>
9797
(there should be no red background visible on this page)
9898
</div>
9999

100-
<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>
100+
<h2 class="Test-describe">
101+
<code>article</code>, <code>aside</code>, <code>details</code>,
102+
<code>figure</code>, <code>figcaption</code>, <code>footer</code>,
103+
<code>header</code>, <code>hgroup</code>, <code>main</code>,
104+
<code>menu</code>, <code>nav</code>, <code>section</code>,
105+
<code>summary</code>
106+
</h2>
101107
<h3 class="Test-it">should render as block</h3>
102108
<div class="Test-run Test-run--highlightEl">
103109
<article>article</article>
@@ -114,6 +120,7 @@ <h3 class="Test-it">should render as block</h3>
114120
<header>header</header>
115121
<hgroup>hgroup</hgroup>
116122
<main>main</main>
123+
<menu><li>menu</li></menu>
117124
<nav>nav</nav>
118125
<section>section</section>
119126
</div>

0 commit comments

Comments
 (0)