| Index: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
|
| index 24f55d8b3260de27ec6ddb29403fe5db76d15c9d..4fb02e705eef9d177e62db7b3f5f795e2cea9be6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-first.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <p>You should see the word 'PASS' twice below (letter spacing will differ):</p>
|
| -<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
|
| +<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em; orphans:1; widows:1;">
|
| <div>
|
| <div style="-webkit-column-span:all;">PASS<br> </div>
|
| </div>
|
|
|