mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:57:44 +00:00
Tests: Add comments to the HTMLTokenizer regression test file
This commit is contained in:
parent
bb2aed7d76
commit
a9a54914bf
2 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,8 @@
|
|||
<body>
|
||||
<p>This is the first paragraph.</p>
|
||||
<p foo="bar">The second paragraph has an attribute!</p>
|
||||
<!-- This is a standard HTML comment. -->
|
||||
<!----- This comment has a few too many dashes. ----->
|
||||
<!----> <!-- <= There is an empty comment over there. -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue