1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 20:05:07 +00:00
serenity/Libraries/LibWeb/Tests/Pages/Comment.html
Luke c2a2552e46 LibWeb: Add more document tests, add comment, text and mixin tests
Also adds a TypeScript definition file for the test runner object.
2020-08-17 22:57:05 +02:00

8 lines
86 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<!--This is a comment-->
</body>
</html>