Chromium Code Reviews| 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..8c40ffcbc264e55e3a720852faad0a31416dca65 |
| --- /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):</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> |
| + <div style="-webkit-column-span:all; column-span:all;">PASS<br> </div> |
| + </div> |
| +</div> |