Skip to content

Commit 45a7355

Browse files
committed
Add a test for the [hidden] attribute
1 parent b3796b4 commit 45a7355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ <h3>Heading 3</h3>
3838
<h4>Heading 4</h4>
3939
<h5>Heading 5</h5>
4040
<h6>Heading 6</h6>
41+
42+
<p hidden>This should be hidden in all browsers, apart from IE6</p>
4143

4244
<section>
4345
<h1>Section Heading 1</h1>

0 commit comments

Comments
 (0)