Chromium Code Reviews| Index: LayoutTests/fast/multicol/multicol-becomes-paged-fixed-height-expected.html |
| diff --git a/LayoutTests/fast/multicol/multicol-becomes-paged-fixed-height-expected.html b/LayoutTests/fast/multicol/multicol-becomes-paged-fixed-height-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cf3cbd46a69416a882354564e4dc8d6be6ea6061 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/multicol-becomes-paged-fixed-height-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <p>There should be nothing below, except for a horizontal scrollbar.</p> |
| + <div id="elm" style="overflow:-webkit-paged-x; height:11em; orphans:1; widows:1; width:16em; line-height:4em;"> |
| + <br> |
| + <br> |
| + <br> |
| + FAIL |
| + </div> |
| + </body> |
| +</html> |