Chromium Code Reviews| Index: LayoutTests/fast/multicol/regular-block-becomes-multicol-expected.html |
| diff --git a/LayoutTests/fast/multicol/regular-block-becomes-multicol-expected.html b/LayoutTests/fast/multicol/regular-block-becomes-multicol-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4159170f9d90215e889e0433e5cc79f52f2132ac |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/regular-block-becomes-multicol-expected.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <p>You should see the word 'PASS' below.</p> |
| + <div style="font-family:monospace; float:left;"> |
| + <div id="elm" style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;"> |
| + P<br> |
| + A<br> |
| + S<br> |
| + S<br> |
| + </div> |
| + </div> |
| + </body> |
| +</html> |