layout/reftests/bugs/296361-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/296361-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html><head>
     1.6 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
     1.7 +
     1.8 +<style>
     1.9 +
    1.10 +table { border-right: solid 16px gold; }
    1.11 +
    1.12 +a { font-family: sans-serif; color: red; padding: 2px; }
    1.13 +
    1.14 +</style>
    1.15 +  
    1.16 +
    1.17 +</head><body>
    1.18 +<table cellpadding="4" rules="rows">
    1.19 +
    1.20 + <tbody><tr>
    1.21 +  <td><a href="#" id ="target"> move mouse over this text </a></td>
    1.22 +  <td></td>
    1.23 + </tr>
    1.24 +
    1.25 +</tbody></table>
    1.26 +</body></html>
    1.27 \ No newline at end of file

mercurial