| Index: LayoutTests/fast/multicol/span/multicol-with-padding-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/multicol-with-padding-expected.html b/LayoutTests/fast/multicol/span/multicol-with-padding-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b267509fd3eccd6df1a767fb48d918ab8defbb28
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/multicol-with-padding-expected.html
|
| @@ -0,0 +1,5 @@
|
| +<!DOCTYPE html>
|
| +<p>Below there should be a yellow square inside a blue square.</p>
|
| +<div style="padding:4em; width:10em; background:blue;">
|
| + <div style="width:10em; height:10em; background:yellow;"></div>
|
| +</div>
|
|
|