comparison: layout/reftests/text/soft-hyphen-in-table-1-ref.html
layout/reftests/text/soft-hyphen-in-table-1-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <head> |
|
4 <style type="text/css"> |
|
5 table { |
|
6 border: 1px solid red; |
|
7 } |
|
8 </style> |
|
9 </head> |
|
10 |
|
11 <body> |
|
12 |
|
13 <table> |
|
14 <tr><td style="width:10em">supercalifragilistic- expialidocious</td></tr> |
|
15 </table> |
|
16 |
|
17 </body> |
|
18 </html> |