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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug965.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>965</title> 
 
4
</head> 
 
5
<body> 
 
6
 
 
7
<table style="border: thin solid red"> 
 
8
<tr> 
 
9
<td style="border: thin solid green">one</td> 
 
10
<td style="border: thin solid red">two</td> 
 
11
<td style="border: thin solid blue">three</td> 
 
12
</tr> 
 
13
<tr> 
 
14
<td style="border: thin solid green">four</td> 
 
15
<td style="border: thin solid yellow">five</td> 
 
16
<td style="border: thin solid orange">six</td></tr> 
 
17
</table> 
 
18
 
 
19
<br> 
 
20
 
 
21
<table border=2 style="border: thin solid red"> 
 
22
<tr> 
 
23
<td style="border: thin solid green">one</td> 
 
24
<td style="border: thin solid red">two</td> 
 
25
<td style="border: thin solid blue">three</td> 
 
26
</tr> 
 
27
<tr> 
 
28
<td style="border: thin solid green">four</td> 
 
29
<td style="border: thin solid yellow">five</td> 
 
30
<td style="border: thin solid orange">six</td> 
 
31
</tr> 
 
32
</table> 
 
33
 
 
34
<br>
 
35
 
 
36
should be 2px solid red around table
 
37
<table style="border: 2px solid red" border=2>
 
38
<tr><td>One</td><td>Two</td></tr>
 
39
</table>
 
40
 
 
41
<br>
 
42
 
 
43
should be medium solid red around table
 
44
<table style="border:solid red" border=2>
 
45
<tr><td>One</td><td>Two</td></tr>
 
46
</table>
 
47
</body></html>
 
48
 
 
49
</body> 
 
50
</html>