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