Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins-expected.html b/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..66cb0367c96ed1ef36cd4e2bae52b2a7a16f6096 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<p>Test that an empty block between spanners doesn't affect margin collapsing.</p> |
| +<p>There should be a blue square below.</p> |
| +<div style="width:10em; height:10em; background:blue;"></div> |