| Index: LayoutTests/fast/multicol/span/spanner-img.html
|
| diff --git a/LayoutTests/fast/multicol/span/spanner-img.html b/LayoutTests/fast/multicol/span/spanner-img.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a51c09f1606e285920d0c004ee02eb03bf37fd88
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/spanner-img.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<p>Below you should see the word 'PASS', then an image of a blimp, then the word 'PASS' again:</p>
|
| +<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em;">
|
| + P<br>A<br>S<br>S
|
| + <div>
|
| + <img src="../resources/blimp.png" style="display:block; width:70%; margin:auto; -webkit-column-span:all;" alt="error">
|
| + </div>
|
| + P<br>A<br>S<br>S
|
| +</div>
|
|
|