| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <!-- |
|---|
| 3 | Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. |
|---|
| 4 | For 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> |
|---|