Index: LayoutTests/fast/multicol/span/spanner-img-expected.html |
diff --git a/LayoutTests/fast/multicol/span/spanner-img-expected.html b/LayoutTests/fast/multicol/span/spanner-img-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..82f1a9ff4f2fdcc0ea77e7c368a0ddcdabdb5245 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/spanner-img-expected.html |
@@ -0,0 +1,11 @@ |
+<!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> |
+<div style="width:10em;"> |
+ <img src="../resources/blimp.png" style="display:block; width:70%; margin:auto;" alt="ref-error"> |
+</div> |
+<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em;"> |
+ P<br>A<br>S<br>S |
+</div> |