| Index: LayoutTests/fast/multicol/span/spanner-nested.html
|
| diff --git a/LayoutTests/fast/multicol/span/spanner-nested.html b/LayoutTests/fast/multicol/span/spanner-nested.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..69297c2f1e537c80d951b4de76d97d1be93ab152
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/spanner-nested.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be nothing below.</p>
|
| +<div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden;">
|
| + <div style="-webkit-column-span:all; column-span:all; padding-left:4em;">
|
| + <div style="-webkit-column-span:all; column-span:all;">
|
| + FAIL
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|