ladybird/Userland/Libraries/LibWeb/Tests/Pages/Comment.html
Ali Mohammad Pur d897abf4c2 LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner
This deduplicates the test-js copy-ism :^)
2021-05-18 18:48:15 +01:00

8 lines
106 B
HTML

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