Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/remove-row-content6-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/remove-row-content6-expected.html b/LayoutTests/fast/multicol/span/remove-row-content6-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b91ff116ddcc4f2c736872712b0fcdec0ed131a2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/remove-row-content6-expected.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + .spanner { -webkit-column-span:all; column-span:all; } |
| +</style> |
| +<p>You should see two 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 class="spanner">PASS</div> |
| + </div> |
| +</div> |