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

Unified Diff: LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html

Issue 16943008: Column balancing support in the region based multicol implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/newmulticol/columns-shorthand-parsing.html
diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
similarity index 97%
copy from LayoutTests/fast/multicol/columns-shorthand-parsing.html
copy to LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
index 8af4ffaa67fdd8ba2fd908ea73f5edc3a38a51fc..9544240aa6825db17c818f0b1dbfd4d7173ecebe 100644
--- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html
+++ b/LayoutTests/fast/multicol/newmulticol/columns-shorthand-parsing.html
@@ -1,5 +1,9 @@
<html>
<head>
+<script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+</script>
<style>
div {
-webkit-columns: 2;

Powered by Google App Engine
This is Rietveld 408576698