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

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

Issue 735003003: Remove all tests in fast/multicol/newmulticol/compare-with-old-impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698