| Index: LayoutTests/fast/multicol/inner-multicol-in-second-column.html
|
| diff --git a/LayoutTests/fast/multicol/inner-multicol-in-second-column.html b/LayoutTests/fast/multicol/inner-multicol-in-second-column.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e36d5010d81bbb7de2fb69140c0daa55bba0aece
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/inner-multicol-in-second-column.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<p>You should see the word 'PASS' (with some extra letter spacing) in the second column.</p>
|
| +<div style="overflow:hidden; -webkit-columns:2; -webkit-column-gap:0; width:40em; line-height:2em; orphans:1; widows:1;">
|
| + first column<br>
|
| + first column<br>
|
| + first column<br>
|
| + first column<br>
|
| + first column<br>
|
| + second column<br>
|
| + <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
|
| + P<br>A<br>S<br>S
|
| + </div>
|
| + second column<br>
|
| + second column<br>
|
| + second column<br>
|
| +</div>
|
|
|