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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-bt-rtl.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/viewport-y-horizontal-bt-rtl.html
diff --git a/LayoutTests/fast/pagination/viewport-y-horizontal-bt-rtl.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-bt-rtl.html
similarity index 81%
copy from LayoutTests/fast/pagination/viewport-y-horizontal-bt-rtl.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-bt-rtl.html
index fb56bae683dc33f0fd1e223d49c41f400c6603c7..add414a11df916ae62a287f9eef5f6b9d9666e19 100644
--- a/LayoutTests/fast/pagination/viewport-y-horizontal-bt-rtl.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-bt-rtl.html
@@ -1,6 +1,10 @@
<!DOCTYPE html>
<html>
<head>
+ <script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+ </script>
<title>Paged Y overflow, bottom to top block flow, rtl inline flow</title>
</head>
<body style="margin:0; -webkit-writing-mode:horizontal-bt; direction:rtl; overflow:-webkit-paged-y; overflow:paged-y; -webkit-column-gap:0;">

Powered by Google App Engine
This is Rietveld 408576698