Skip to content

Commit

Permalink
fix new html lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Mar 2, 2024
1 parent 75f5711 commit f5f3f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/html/dom-text-scanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h1>DOMTextScanner Tests</h1>
}'
>
<test-description>Skip &lt;input&gt; content.</test-description>
<div>小ぢん<input value="content">まり1</div>
<div>小ぢん<input type="text" value="content">まり1</div>
</test-case>

<test-case
Expand Down

0 comments on commit f5f3f1b

Please sign in to comment.