| Index: LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
|
| diff --git a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
|
| index 06503e6247344f6eebd2f48ff028ac5e2fc10e35..d2b6a145d586d1ce49279c6d2e7f12e216adb342 100644
|
| --- a/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
|
| +++ b/LayoutTests/fast/css/vertical-align-baseline-rowspan-007-expected.html
|
| @@ -7,10 +7,7 @@
|
| <style type="text/css">
|
| td
|
| {
|
| - height:28px;
|
| - }
|
| - #second
|
| - {
|
| + height:10px;
|
| vertical-align: baseline;
|
| }
|
| #small
|
| @@ -21,13 +18,13 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <p>Test passes if the bottom of first and last black boxes is aligned.</p>
|
| + <p>Test passes if the bottom of the black boxes is aligned.</p>
|
| <table>
|
| <tr>
|
| <td>
|
| <div id="small">Text</div>
|
| </td>
|
| - <td id="second">
|
| + <td>
|
| <div id="small">Text</div>
|
| </td>
|
| <td>
|
|
|