haikuwebkit/LayoutTests/fast/selectors/webkit-any-link-basics.html

14 lines
354 B
HTML

<!doctype html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script src="resources/html-link-type-tests.js"></script>
</head>
<script>
description('Test the :-webkit-any-link pseudo class on various elements.');
testHTMLTagsForLink(':-webkit-any-link');
</script>
<script src="../../resources/js-test-post.js"></script>
</html>