Ticket #13965: Test.htm

File Test.htm, 517 bytes (added by guinness, 9 years ago)

Sample htm file reproducing problem

Line 
1<!DOCTYPE html>
2<html>
3<head>
4    <title>Test Page</title>
5</head>
6<body>
7    <style>
8        .cke_editable.cke_editable_inline { border: 1px dotted gray; }
9    </style>
10
11    <h2>Test Page</h2>
12
13    <div id="editor1" contenteditable="true">
14        <p>This is some test text</p>
15    </div>
16
17    <hr />
18
19    <div id="editor1" contenteditable="true">
20        <p>This is some test text</p>
21    </div>
22
23    <script src="//cdn.ckeditor.com/4.5.5/standard/ckeditor.js"></script>
24</body>
25</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy