| Index: third_party/WebKit/LayoutTests/fast/multicol/dynamic/spanner-before-content-becomes-regular-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/spanner-before-content-becomes-regular-block.html b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/spanner-before-content-becomes-regular-block.html
|
| index 2e7fe80c1b1f8106fe5b9e19fa70c37c1b1592d2..ebf5f5021db9755275e3a30f17bf9534dd89c759 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/dynamic/spanner-before-content-becomes-regular-block.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/dynamic/spanner-before-content-becomes-regular-block.html
|
| @@ -8,7 +8,7 @@
|
| </script>
|
| <p>Test changing a spanner that precedes column content to a regular block.</p>
|
| <p>You should see the word 'PASS' below, with large letter spacing:</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 id="elm" style="-webkit-column-span:all;">P</div>
|
| A<br>S<br>S
|
| </div>
|
|
|