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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 </title> 3 <title>Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 </title>
4 <script> 4 <script>
5 if (window.internals)
6 internals.settings.setRegionBasedColumnsEnabled(true);
5 function startTest(){ 7 function startTest(){
6 var input = document.getElementById('test'); 8 var input = document.getElementById('test');
7 input.focus(); 9 input.focus();
8 document.execCommand('InsertText',false,'Testing') 10 document.execCommand('InsertText',false,'Testing')
9 } 11 }
10 </script> 12 </script>
11 </head> 13 </head>
12 <body onload="startTest();"> 14 <body onload="startTest();">
13 <div style="-webkit-column-count:2"> 15 <div style="-webkit-column-count:2">
14 Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Fill er Text Filler Text Filler Text 16 Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Fill er Text Filler Text Filler Text
15 Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Fill er Text Filler Text Filler Text 17 Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Fill er Text Filler Text Filler Text
16 Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text Fill er Text Filler Text Filler Text 18 Filler Text Filler Text Filler Text Filler Text
17 <input id="test" style="position:relative;" /> 19 <input id="test" style="position:relative;" />
18 </div> 20 </div>
19 </body> 21 </body>
20 </html> 22 </html>
OLDNEW
« 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