| Index: LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html b/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
|
| index 766f9977011b5b552f7b12d690bf01d0dc7d5384..850cbf9305748a23f1ee96558a2bacc83e5e2635 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/table-cell-expected.html
|
| @@ -6,7 +6,10 @@
|
| <body>
|
| <p>You should see the word 'PASS' below.</p>
|
| <div style="font-family:monospace;">
|
| - PASS
|
| + <div style="float:left; overflow:hidden; width:1em;">P</div>
|
| + <div style="float:left; overflow:hidden; width:1em;">A</div>
|
| + <div style="float:left; overflow:hidden; width:1em;">S</div>
|
| + <div style="float:left; overflow:hidden; width:1em;">S</div>
|
| </div>
|
| </body>
|
| </html>
|
|
|