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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects.html

Issue 256743006: [New Multicolumn] Make offsetLeft, offsetTop and getClientRects() behave. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 8 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/client-rects.html
diff --git a/LayoutTests/fast/multicol/client-rects.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects.html
similarity index 96%
copy from LayoutTests/fast/multicol/client-rects.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects.html
index cd214f9fd534aa594e05bcc6b641638f5d411775..ce1d99fab725055da0e06d8c4b4817950b780dfe 100644
--- a/LayoutTests/fast/multicol/client-rects.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/client-rects.html
@@ -1,5 +1,10 @@
+<script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+</script>
<style>
div.columns {
+ display: inline-block;
height: 50px;
width: 110px;
margin: 10px 0;

Powered by Google App Engine
This is Rietveld 408576698