| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
|
| index deaa552dd7043a87d4d9249891d210cf7516185e..3593fd36bd6e87f0cc424b8c9e60391a91230790 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
|
| @@ -1,13 +1,13 @@
|
| <!DOCTYPE html>
|
| <p>The word 'PASSED' should be seen below.</p>
|
| -<div style="width:6em; height:2em; -webkit-columns:3; -webkit-column-gap:0; column-fill:auto; line-height:2em;">
|
| - <div style="-webkit-column-count:2; -webkit-column-gap:0;">
|
| +<div style="width:6em; height:2em; columns:3; column-gap:0; column-fill:auto; line-height:2em;">
|
| + <div style="column-count:2; column-gap:0;">
|
| P<br>A
|
| </div>
|
| - <div style="-webkit-column-count:2; -webkit-column-gap:0;">
|
| + <div style="column-count:2; column-gap:0;">
|
| S<br>S
|
| </div>
|
| - <div style="-webkit-column-count:2; -webkit-column-gap:0;">
|
| + <div style="column-count:2; column-gap:0;">
|
| E<br>D
|
| </div>
|
| </div>
|
|
|