Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: LayoutTests/fast/multicol/table-vertical-align.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698