| Index: LayoutTests/fast/multicol/table-vertical-align.html
|
| diff --git a/LayoutTests/fast/multicol/table-vertical-align.html b/LayoutTests/fast/multicol/table-vertical-align.html
|
| index b410b997f7557eeced70a0d88fbd35b36e91c30d..1a6459a6482670261d470af5de44cd2a4751f418 100644
|
| --- a/LayoutTests/fast/multicol/table-vertical-align.html
|
| +++ b/LayoutTests/fast/multicol/table-vertical-align.html
|
| @@ -1,5 +1,5 @@
|
| -<div style="-webkit-column-count:2; height:350px">
|
| -<table border=1 cellpadding=10 cellspacing=0">
|
| +<div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350px">
|
| +<table border=1 cellpadding=10 cellspacing=0>
|
| <tr style="vertical-align:baseline"><td>
|
| This cell has lots of text.<br>
|
| This cell has lots of text.<br>
|
| @@ -40,8 +40,8 @@ This cell has lots of text.<br>
|
|
|
| <hr>
|
|
|
| -<div style="-webkit-column-count:2; height:300px">
|
| -<table border=1 cellpadding=10 cellspacing=0">
|
| +<div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:300px">
|
| +<table border=1 cellpadding=10 cellspacing=0>
|
| <tr style="vertical-align:middle"><td>
|
| This cell has lots of text.<br>
|
| This cell has lots of text.<br>
|
| @@ -82,8 +82,8 @@ This cell has lots of text.<br>
|
|
|
| <hr>
|
|
|
| -<div style="margin-top:1em; -webkit-column-count:2; height:300px">
|
| -<table border=1 cellpadding=10 cellspacing=0">
|
| +<div style="margin-top:1em; -webkit-column-count:2; column-count:2; column-fill:auto; height:300px">
|
| +<table border=1 cellpadding=10 cellspacing=0>
|
| <tr style="vertical-align:bottom"><td>
|
| This cell has lots of text.<br>
|
| This cell has lots of text.<br>
|
|
|