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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/interactive/bug127471.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
<HTML>
 
2
<HEAD>
 
3
<TITLE>
 
4
Table Background Testcase
 
5
</TITLE>
 
6
<style type="text/css">
 
7
table {border-collapse: collapse; font-size: xx-large}
 
8
td {border: 6px solid black; vertical-align: baseline}
 
9
#g {border: 20px solid red}
 
10
</style>
 
11
</HEAD>
 
12
<BODY>
 
13
<div>
 
14
        <TABLE border=1 cellspacing=5>
 
15
        <colgroup>
 
16
                <col>
 
17
                <col>
 
18
        </colgroup>
 
19
        <colgroup span=2>
 
20
        </colgroup>
 
21
        <tbody style="background: url(file:///S|/mozilla/layout/html/tests/table/images/smblue_paper.gif);">
 
22
        <TR>
 
23
                <TD>Cell A</TD>
 
24
                <TD>Cell B</TD>
 
25
                <TD>Cell C</TD>
 
26
                <TD>Cell D</TD>
 
27
        </TR>
 
28
        <TR>
 
29
                <TD>Cell E</TD>
 
30
                <TD>Cell F</TD>
 
31
                <TD id="g">Cell G</TD>
 
32
                <TD>Cell H</TD>
 
33
        </TR>
 
34
        <TR>
 
35
                <TD>Cell I</TD>
 
36
                <TD>Cell J</TD>
 
37
                <TD>Cell K</TD>
 
38
                <TD>Cell L</TD>
 
39
        </TR>
 
40
        </tbody>
 
41
        </TABLE>
 
42
 
 
43
</div>
 
44
</BODY>
 
45
</HTML>