Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/remove-spanner5-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/remove-spanner5-expected.html b/LayoutTests/fast/multicol/span/remove-spanner5-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dcc1d54bd43e6bb1a9f2b2cea91dc1ac7fe759da |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/remove-spanner5-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;"> |
| + <div>P</div> |
| + A<br>S<br>S |
| + </div> |
| +</div> |