| Index: third_party/WebKit/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| index 1b90395f483cfce546ed01ad38f930cca7594042..88f44f7a24251944ecd04ee2dee2a33233c9b8ff 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/abspos-containing-block-outside-spanner.html
|
| @@ -2,7 +2,7 @@
|
| <p>Below, the word PASS should be seen twice.</p>
|
| <div style="-webkit-columns:3; -webkit-column-gap:1em; width:20em;">
|
| <br>
|
| - <div style="position:relative;">
|
| + <div style="position:relative; orphans:1; widows:1;">
|
| <span style="background:green; color:green;">PASS</span>
|
| <br>
|
| <br>
|
|
|