gecko-dev/servo/tests/html/hello.html

9 lines
167 B
HTML
Raw Normal View History

<!-- This test is used as an example in README.md. Don't rename without changing there too -->
<!DOCTYPE html>
<html>
<body>
<div>Hello, World!</div>
</body>
</html>