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

Unified Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html

Issue 264103002: [New Multicolumn] fast/multicol/multicol-with-child-renderLayer-for-input.html puts the textfield i… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: See if this 'fixes' the minor rendering difference on Mac. 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/multicol-with-child-renderLayer-for-input-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/multicol-with-child-renderLayer-for-input.html
diff --git a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html
similarity index 82%
copy from LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html
index c5334be111d164ca82089d75c2fde6082f4a3546..a13b4f173ed3d22118be1ac80b82e7cdb568e087 100644
--- a/LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input.html
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html
@@ -2,6 +2,8 @@
<head>
<title>Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 </title>
<script>
+if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
function startTest(){
var input = document.getElementById('test');
input.focus();
@@ -13,7 +15,7 @@ function startTest(){
<div style="-webkit-column-count:2">
Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
- Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text
+ Filler Text Filler Text Filler Text Filler Text
<input id="test" style="position:relative;" />
</div>
</body>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698