Index: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html |
index 2b6be6dd7b2b10504f48da1d31f4ccd4608f3656..f9d2bab4c9d43988527a5a690aa99f60bf3fc37d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first-expected.html |
@@ -1,6 +1,7 @@ |
<!DOCTYPE html> |
<p>You should see the word 'PASS' twice below (letter spacing will differ):</p> |
-<div>PASS<br> </div> |
-<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> |
- P<br>A<br>S<br>S |
-</div> |
+PASS<br><br> |
+<div style="float:left; width:1em;">P</div> |
+<div style="float:left; width:1em;">A</div> |
+<div style="float:left; width:1em;">S</div> |
+<div style="float:left; width:1em;">S</div> |