OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
2 "http://www.w3.org/TR/REC-html40/loose.dtd"> | 2 "http://www.w3.org/TR/REC-html40/loose.dtd"> |
3 | 3 |
4 <html lang="en"> | 4 <html lang="en"> |
5 <head> | 5 <head> |
6 <title>test case</title> | 6 <title>test case</title> |
7 <style type="text/css" media="screen"> | 7 <style type="text/css" media="screen"> |
8 <!-- | 8 <!-- |
9 body { | 9 body { |
10 margin: 0; | 10 margin: 0; |
11 padding: 5%; | 11 padding: 5%; |
12 background-color: #000; | 12 background-color: #000; |
13 color: #ff0; | 13 color: #ff0; |
14 font-family: sans-serif; | 14 font-family: sans-serif; |
| 15 overflow: hidden; |
15 } | 16 } |
16 td { | 17 td { |
17 color: #0f0; | 18 color: #0f0; |
18 background-color: #000; | 19 background-color: #000; |
19 } | 20 } |
20 table { | 21 table { |
21 table-layout: fixed; | 22 table-layout: fixed; |
22 } | 23 } |
23 --> | 24 --> |
24 </style> | 25 </style> |
(...skipping 13 matching lines...) Expand all Loading... |
38 <tr valign="bottom"> | 39 <tr valign="bottom"> |
39 <td width="300" align="center"><p>border<br>bottom?</p></td> | 40 <td width="300" align="center"><p>border<br>bottom?</p></td> |
40 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b
order<br> fine<br>this cell<br>border<br> fine</p></td> | 41 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b
order<br> fine<br>this cell<br>border<br> fine</p></td> |
41 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b
order<br> fine<br>this cell<br>border<br> fine</p></td> | 42 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>b
order<br> fine<br>this cell<br>border<br> fine</p></td> |
42 </tr> | 43 </tr> |
43 | 44 |
44 </table> | 45 </table> |
45 | 46 |
46 </body> | 47 </body> |
47 </html> | 48 </html> |
OLD | NEW |