Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/insert-row-content7-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/insert-row-content7-expected.html b/LayoutTests/fast/multicol/span/insert-row-content7-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d301a3fae6f877170f4cca7862090f85ff92db63 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/insert-row-content7-expected.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + .spanner { -webkit-column-span:all; column-span:all; } |
| +</style> |
| +<p>There should be two 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;"> |
| + P<br> |
| + A<br> |
| + S<br> |
| + S |
| + <div class="spanner">PASS</div> |
| + </div> |
| +</div> |