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