tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

body_link.xhtml (599B)


      1 <html xmlns='http://www.w3.org/1999/xhtml'>
      2 <head>
      3 <title>body - LINK=yellow</title>
      4 </head>
      5 <body link="yellow">
      6 <p> Test for <b> link="yellow" </b> on body </p>
      7 
      8 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/>
      9 <p>Once clicked, the link will take default color of visited link.<br /></p>
     10 <p>To run this test again in browsers, delete your browsing history and navigate to this page.<br /></p>
     11 
     12 <p>
     13 <i>Note - This test checks for User Agent requirement as per HTML5 spec NOT the author requirement</i>
     14 </p>
     15 </body>
     16 </html>