| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5d34638960876e247f395e78af221fff5acbb048
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<p>Below, the word "PASS" should be seen in white on a blue background.</p>
|
| +<div style="columns:3; column-fill:auto; column-gap:0; width:15em; height:20px; line-height:20px;">
|
| + <div style="columns:2; column-fill:auto; column-gap:0; padding-top:20px; color:white; background:blue;">
|
| + PASS
|
| + </div>
|
| +</div>
|
|
|