| Index: LayoutTests/fast/multicol/single-line.html
|
| diff --git a/LayoutTests/fast/multicol/single-line.html b/LayoutTests/fast/multicol/single-line.html
|
| index 0a41f93bfdfa3a7b14095bbbf134d3efe066fad2..055ff788056939121b0d0efb45090a9b2d64d650 100644
|
| --- a/LayoutTests/fast/multicol/single-line.html
|
| +++ b/LayoutTests/fast/multicol/single-line.html
|
| @@ -7,8 +7,9 @@
|
| <style type="text/css">
|
| .multicol {
|
| -webkit-columns: 4;
|
| - -webkit-column-rule: #bbb 1px solid;
|
| + -webkit-column-gap: 0;
|
| background-color: #eee;
|
| + width: 600px;
|
| }
|
| p, div {
|
| margin-top: 1em;
|
| @@ -38,10 +39,10 @@
|
| Partially <span class="large">big</span> text.
|
| </p>
|
| <div class="multicol">
|
| - <p>Nested block.</p>
|
| + <p> Nested block.</p>
|
| </div>
|
| <div>
|
| - <p class="multicol">Nested block #2.</p>
|
| + <p class="multicol"> Nested block #2.</p>
|
| </div>
|
| </body>
|
| </html>
|
|
|