summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/028.html
blob: ae89befab15aa0b24656a219a59699719cbc1cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

<head>
<style>
img { background-color: orange }
td { border: 1px solid green }
</style>
</head>
<body>
These two tables should be the same width.

			<table border=0 cellspacing=0 cellpadding=0 width=320>
				<tr>
					<td width=70 valign=top >
						1
					</td>
					<td width=246 valign=top >
                                        2
					
                                    
					</td>
					<td width=4><img width=4 height=20></td>
				</tr>
			</table>
			<p></p>
		
			<table border=0 cellspacing=0 cellpadding=0 width=320 height=10>
				<tr>
					<td width=66 height=10>1</td>
					<td width=254 height=10><img  width=254 height=10 ></td>
				</tr>
				<tr>
					<td colspan=3>1</td>
				</tr>
			</table>