| Index: LayoutTests/fast/multicol/paginate-block-replaced.html
|
| diff --git a/LayoutTests/fast/multicol/paginate-block-replaced.html b/LayoutTests/fast/multicol/paginate-block-replaced.html
|
| index 7f1fa48cde2ecb92e775f3939086308a5829c9a7..930bb17813cc37b927efe838b8772bb7d3352cf8 100644
|
| --- a/LayoutTests/fast/multicol/paginate-block-replaced.html
|
| +++ b/LayoutTests/fast/multicol/paginate-block-replaced.html
|
| @@ -1,12 +1,11 @@
|
| -<div style="-webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
|
| -This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>
|
| -<img style="height:300px;width:250px;background-color:green;display:block">
|
| -This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>
|
| -This is some text.<br>This is some text.<br>This is some text.<br>
|
| +<!DOCTYPE html>
|
| +<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:40em; height:21em; line-height:2em;">
|
| + First column<br>
|
| + First column<br>
|
| + First column<br>
|
| + First column<br>
|
| + <img style="display:block; width:100%; height:14em; background:green;" alt="Second column">
|
| + Second column<br>
|
| + Second column<br>
|
| + Second column<br>
|
| +</div>
|
|
|