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

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: 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/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..64498925000cafe51685b2aa1e9cf74793f7be5e 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; 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