Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/remove-spanner6-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/remove-spanner6-expected.html b/LayoutTests/fast/multicol/span/remove-spanner6-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5c7794f617ba8762244c484a7e314c4992cb8b80 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/remove-spanner6-expected.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<p>You should see the word 'PASS' below:</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 |
| + <div>S<br>S</div> |
| + </div> |
| +</div> |