Chromium Code Reviews| Index: LayoutTests/fast/pagination/auto-height-expected.html |
| diff --git a/LayoutTests/fast/pagination/auto-height-expected.html b/LayoutTests/fast/pagination/auto-height-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8a5408708d4d1240358698ec5c1aab8d648975d |
| --- /dev/null |
| +++ b/LayoutTests/fast/pagination/auto-height-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <p>There should be a yellow <em>square</em> below.</p> |
| + <div style="width:16em; line-height:4em; background:yellow;"> |
| + <br> |
| + <br> |
| + <br> |
| + <br> |
| + </div> |
| + </body> |
| +</html> |