Chromium Code Reviews| Index: LayoutTests/fast/multicol/multicol-becomes-regular-block-expected.html |
| diff --git a/LayoutTests/fast/multicol/multicol-becomes-regular-block-expected.html b/LayoutTests/fast/multicol/multicol-becomes-regular-block-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5b9ae76bb97552e6c3ea12c81a265d76db429b9b |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/multicol-becomes-regular-block-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
|
esprehn
2014/04/09 18:19:08
same
mstensho (USE GERRIT)
2014/04/09 18:58:27
Done.
|
| + <p>There should be a blue <em>square</em> below.</p> |
| + <div id="elm" style="width:16em; line-height:4em; background:blue;"> |
| + <br> |
| + <br> |
| + <br> |
| + <br> |
| + </div> |
| + </body> |
| +</html> |