Ticket #6551: 6551_tc.html

File 6551_tc.html, 557 bytes (added by Wiktor Walc, 13 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--
3Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
4For licensing, see LICENSE.html or http://ckeditor.com/license
5-->
6<html xmlns="http://www.w3.org/1999/xhtml">
7<head>
8        <title>IE pasting bug</title>
9</head>
10<body>
11<div contenteditable="true">
12        <ol>
13                <li>item 1</li>
14                <li style="margin-left: 40px">item 2</li>
15                <li style="margin-left: 80px">item 3</li>
16        </ol>
17</div>
18</body>
19</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy