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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html

Issue 364233005: [New Multicolumn] Support for paged overflow. (By mstensho). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Run fast/pagination in virtual/regionbasedmulticol. Created 6 years, 5 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/paged-x-to-paged-y.html
diff --git a/LayoutTests/fast/pagination/paged-x-to-paged-y.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html
similarity index 80%
copy from LayoutTests/fast/pagination/paged-x-to-paged-y.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html
index 27881aba9128c999890ce9a583ab1e2b8b8018e5..7018e972873afdb4c8a61af662ca31c8df145287 100644
--- a/LayoutTests/fast/pagination/paged-x-to-paged-y.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html
@@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<head>
+ <script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+ </script>
<title>Changing from paged-x to paged-y</title>
<script>
function test() {

Powered by Google App Engine
This is Rietveld 408576698