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

Unified Diff: LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/null-lastFloat-in-removeFloatingObjectsBelow.html
diff --git a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html b/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
index 448b652d47deedefd58ef4d22170a140f01e099f..2fe29b5658d6b7b30319c3f50c65adc014a55b44 100644
--- a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
+++ b/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
@@ -10,7 +10,7 @@
if (window.testRunner)
testRunner.dumpAsText();
</script>
-<div style="-webkit-columns: 2; width: 200px; height: 40px; font-family: ahem; -webkit-font-smoothing: none;">
+<div style="-webkit-columns:2; -webkit-column-fill:auto; columns:2; column-fill:auto; width:200px; height:40px; font-family:ahem; -webkit-font-smoothing:none;">
<div style="height: 12px;"></div>
<div>
Text<br>E

Powered by Google App Engine
This is Rietveld 408576698