Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/insert-row-content9-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/insert-row-content9-expected.html b/LayoutTests/fast/multicol/span/insert-row-content9-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fff2c364ed695f89d20b60c54729d3cb8e06a4fa |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/insert-row-content9-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + .spanner { -webkit-column-span:all; column-span:all; } |
| +</style> |
| +<p>There should be three lines below with the word "PASS". Letter spacing is expected to vary</p> |
| +<div style="float:left;"> |
| + <div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0; orphans:1; widows:1;"> |
| + <div class="spanner">PASS</div> |
| + P<br>P<br>A<br> |
| + A<br>S<br>S<br>S<br>S |
| + </div> |
| +</div> |