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