Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug99948.html
blob86f1adfcb50ef4d535d410f01ed6a8e868a95a99
1 <html>
2 <head>
3 <title>!</title>
4 <style>
5 td{ background-color: #CCDDFF;
6 border: 1px solid black;
7 margin: 1px;
8 padding: 1px;}
9 img{ background-color: silver;
10 width: 120px;
11 height: 20px;
12 border: 1px solid black;
13 margin: 2px;
14 padding: 2px;}
15 input{background-color: #CCAAFF;
16 margin: 1px;
17 padding: 1px;}
18 </style>
19 </head>
20 <body bgcolor=white>
22 the purple text input control must be in the same line with the grey image
24 <table>
25 <tr>
26 <td><input type=text name=keyword><img></td>
27 </tr>
28 </table>
31 </body>
32 </html>