| Index: LayoutTests/fast/multicol/span/remove-row-content9-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/remove-row-content9-expected.html b/LayoutTests/fast/multicol/span/remove-row-content9-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a864ad2c1caf1013881f1e964994154fd32c46b5
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/remove-row-content9-expected.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + .spanner { -webkit-column-span:all; column-span:all; }
|
| +</style>
|
| +<p>You should see three lines with the word "PASS" on a lime background below.</p>
|
| +<div style="float:left;">
|
| + <div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0; orphans:1; widows:1; background:lime;">
|
| + <div class="spanner">PASS</div>
|
| + <div>P<br>A<br>S<br>S</div>
|
| + <div class="spanner">PASS</div>
|
| + </div>
|
| +</div>
|
|
|