layout/reftests/bugs/296361-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html><head>
     3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     5 <style>
     7 table { border-right: solid 16px gold; }
     9 a { font-family: sans-serif; color: red; padding: 2px; }
    11 </style>
    14 </head><body>
    15 <table cellpadding="4" rules="rows">
    17  <tbody><tr>
    18   <td><a href="#" id ="target"> move mouse over this text </a></td>
    19   <td></td>
    20  </tr>
    22 </tbody></table>
    23 </body></html>

mercurial