Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug43854-1.html
blob3980d61cb9aa878e5f145e6e1f5080cdfd9fba4b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2 "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <html lang="en">
5 <head>
6 <title>test case</title>
7 <style type="text/css" media="screen">
8 <!--
9 body {
10 margin: 0;
11 padding: 5%;
12 background-color: #000;
13 color: #ff0;
14 font-family: sans-serif;
15 overflow: hidden;
17 td {
18 color: #0f0;
19 background-color: #000;
21 table {
22 table-layout: fixed;
24 -->
25 </style>
26 </head>
28 <body>
30 <p><b>All cell borders should look the same.</b></p>
32 <table border="1" cellspacing="0" cellpadding="0" width="900">
33 <col width="300" span="3">
35 <tr>
36 <td colspan="3" align="center"><p>look at cell borders...</p></td>
37 </tr>
39 <tr valign="bottom">
40 <td width="300" align="center"><p>border<br>bottom?</p></td>
41 <td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>border<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>border<br> fine<br>this cell<br>border<br> fine</p></td>
43 </tr>
45 </table>
47 </body>
48 </html>