~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/interactive/bug175455-2.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
        <title>Bug 175455 testcase</title>
 
5
        <style type="text/css">
 
6
        /* All of these rules seem to be required to trigger this bug */
 
7
        a.xxx {
 
8
                display: block;
 
9
                width: 100%;
 
10
                padding-left: 16px;
 
11
                background-color: silver;
 
12
        }
 
13
        a.xxx:hover     {
 
14
                font-weight: bold;
 
15
        }
 
16
        </style>
 
17
</head>
 
18
<body>
 
19
<h1>Bug 175455 testcase</h1>
 
20
<table>
 
21
        <tr>
 
22
                <td style="background-color: lime">
 
23
 
 
24
                        <a href="" class='xxx'>Hover on me, then move your mouse off again...</a>
 
25
                </td>
 
26
                <td style="background-color: green">
 
27
                        ...and watch this cell move!
 
28
                </td>
 
29
        </tr>
 
30
</table>
 
31
 
 
32
</body>
 
33
</html>
 
 
b'\\ No newline at end of file'