summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-page/body_link.xhtml
blob: b93435de8a59a169162aa83e9bb7266904110c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>body - LINK=yellow</title>
</head>
<body link="yellow">
<p> Test for <b> link="yellow" </b> on body </p>

This <a href="test-body.xhtml">LINK</a> should be displayed in <b>yellow</b><i> if it has not been clicked before </i><br/>
<p>Once clicked, the link will take default color of visited link.<br /></p>
<p>To run this test again in browsers, delete your browsing history and navigate to this page.<br /></p>

<p>
<i>Note - This test checks for User Agent requirement as per HTML5 spec NOT the author requirement</i>
</p>
</body>
</html>