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