Index: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html |
index a51c09f1606e285920d0c004ee02eb03bf37fd88..793fc5afe4289d676251f50b4b95bb7d05899818 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html |
@@ -1,6 +1,6 @@ |
<!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;"> |
+<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em; orphans:1; widows:1;"> |
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"> |