Ticket #6860: reduced_tc.html
File reduced_tc.html, 435 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title>TC: Double clicking on a read-only element placed at the end of the block</title> |
4 | </head> |
5 | <body> |
6 | <p>Double clicking between the words <b>with</b> and <b>readonly</b> constantly reproduces the bug.</p> |
7 | <div style="width: 500px; height: 200px; border: 1px solid black" contentEditable="true"> |
8 | <p>Sample block <span contentEditable="false">with readonly text</span></p> |
9 | </div> |
10 | </body> |
11 | </html> |