| Index: LayoutTests/fast/multicol/newmulticol/list-item-expected.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/list-item-expected.html b/LayoutTests/fast/multicol/newmulticol/list-item-expected.html
|
| index a9f04a7edb27322bceef0e191e9970c83a8f1b83..49f641f9194cb63b06df6064484bdedb85301166 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/list-item-expected.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/list-item-expected.html
|
| @@ -2,12 +2,15 @@
|
| <html>
|
| <head>
|
| <title>List-item as multicol</title>
|
| + <style>
|
| + .c { display:inline-block; width:1em; }
|
| + </style>
|
| </head>
|
| <body style="margin:5em;">
|
| <p>You should see the word 'PASS' below.</p>
|
| <div style="font-family:monospace; float:left;">
|
| <div style="display:list-item;">
|
| - PASS
|
| + <div class="c">P</div><div class="c">A</div><div class="c">S</div><div class="c">S</div>
|
| </div>
|
| </div>
|
| </body>
|
|
|