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

Side by Side Diff: LayoutTests/fast/multicol/multicol-with-child-renderLayer-for-input-expected.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
(Empty)
1 <html>
2 <head>
3 <title>Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=76834 </title>
4 <script>
5 function startTest(){
6 var input = document.getElementById('test');
7 input.focus();
8 document.execCommand('InsertText',false,'Testing')
9 }
10 </script>
11 </head>
12 <body onload="startTest();">
13 <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
15 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
17 <input id="test" />
18 </div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698