content/base/test/test_bug493881.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <!--
     4 https://bugzilla.mozilla.org/show_bug.cgi?id=493881
     5 -->
     7 <head>
     8   <title>Test for Bug 493881</title>
     9   <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
    10   <script type="text/javascript" src="test_bug493881.js"></script>     
    11   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
    12   <style type="text/css">
    14   </style>
    15 </head>
    17 <body id="body">
    19 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=493881"
    20    target="_blank" >Mozilla Bug 493881</a>
    22 <p id="display"></p>
    24 <a id="nonvisitedlink" href="http://www.example.com/">Non-visited link</a>
    25 <a id="visitedlink" href="">Visited link</a>
    26 <p id="plaintext">some text</p>
    28 <pre id="test">
    29 </pre>
    30 </body>
    31 </html>

mercurial