Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/adjacent-spanners-with-margin-expected.html |
| diff --git a/LayoutTests/fast/multicol/span/adjacent-spanners-with-margin-expected.html b/LayoutTests/fast/multicol/span/adjacent-spanners-with-margin-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d678e182358b342cdd541f0238c9da1deefd3d11 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/span/adjacent-spanners-with-margin-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<p>Test that adjoining margins on adjacent spanners collapse.</p> |
| +<p>There should be a blue square below.</p> |
| +<div style="width:10em; height:10em; background:blue;"></div> |