haikuwebkit/LayoutTests/fast/selectors/link-basics-xhtml.xhtml

14 lines
367 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="../../resources/js-test-pre.js"></script>
<script src="resources/html-link-type-tests.js"></script>
</head>
<script>
description('Test the :link pseudo class on various elements.');
testHTMLTagsForLink(':link');
</script>
<script src="../../resources/js-test-post.js"></script>
</html>