| Index: LayoutTests/fast/multicol/span/spanner-last.html
|
| diff --git a/LayoutTests/fast/multicol/span/spanner-last.html b/LayoutTests/fast/multicol/span/spanner-last.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0f81372c170649299aacc4c78354026b1d550c35
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/spanner-last.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<p>You should see the word 'PASS' twice below (letter spacing will differ), and no red:</p>
|
| +<div style="-webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; width:4em;">
|
| + P<br>A<br>S<br>S
|
| + <div style="background:red;">
|
| + <div style="-webkit-column-span:all; column-span:all;">PASS<br> </div>
|
| + </div>
|
| +</div>
|
|
|