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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html

Issue 263083009: [New Multicolumn] Make fast/multicol/overflow-content.html pass in the new implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 6 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
diff --git a/LayoutTests/fast/multicol/overflow-content.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
similarity index 95%
copy from LayoutTests/fast/multicol/overflow-content.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
index fc5de7bda8541756dbfcb392a875aa2ae686525b..7795e969dfa9b6fa49a30392a54d825a562a8436 100644
--- a/LayoutTests/fast/multicol/overflow-content.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
@@ -1,3 +1,7 @@
+<script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+</script>
<style>
div.test {
-webkit-logical-width: 100px;
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698