Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 360065-1.html
blob7dbc2b37a2d2bf84e784ec97ac910f1f9f087a46
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head>
4 <title>table-cell Testcase</title>
5 <style type="text/css">
7 /* Test case: */
8 .tablespan {
9 display: table-cell;
11 .inlinediv { border: 1px solid blue; }
12 .tablespan { border: 1px solid purple; }
14 </style>
15 </head>
16 <body>
18 <span class="inlinediv">
19 <span class="tablespan">x</span>
20 </span>
21 </body>
22 </html>