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