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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/before-child-anonymous-column-block.html

Issue 296413007: [New Multicolumn] Add support for column-span:all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@359976
Patch Set: 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
Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/before-child-anonymous-column-block.html
diff --git a/LayoutTests/fast/multicol/span/before-child-anonymous-column-block.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/before-child-anonymous-column-block.html
similarity index 82%
copy from LayoutTests/fast/multicol/span/before-child-anonymous-column-block.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/before-child-anonymous-column-block.html
index f1cd947e5f17b6abbfedd59e15532d7fd71fcf70..9186dbbad2e8ed85af4cc9e3fad7c2c728264c70 100644
--- a/LayoutTests/fast/multicol/span/before-child-anonymous-column-block.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/before-child-anonymous-column-block.html
@@ -1,5 +1,9 @@
<!DOCTYPE html>
-<html style="font-family: Ahem; font-size: 10px; -webkit-font-smoothing: none;">
+<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
+<script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+</script>
<body>
<style>
#test1 { -webkit-column-count: 2; }

Powered by Google App Engine
This is Rietveld 408576698