Skip to content

Commit ada41f3

Browse files
committed
Add fixture for attributes
1 parent ea72d7b commit ada41f3

File tree

2 files changed

+470
-0
lines changed

2 files changed

+470
-0
lines changed

test/fixtures/attributes/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<p id="foo" class="bar baz" data-qux="quux"></p>
2+
3+
<p data-123="456"></p>
4+
5+
<img alt hidden>
6+
7+
<a download></a>
8+
9+
<a download=example.mp3></a>

0 commit comments

Comments
 (0)