10 border:
4px solid blue;
15 .scenario:first-line { font-weight: bold; font-size:
24px; }
16 .expected:first-line { font-weight: bold; font-size:
24px; }
17 .results { margin-bottom:
10px; border:
2px solid green; font-size:
24px; }
19 <script src=../editing.js
language=
"JavaScript" type=
"text/JavaScript" ></script>
23 function editingTest() {
24 for (i
= 0; i
< 6; i
++)
25 moveSelectionForwardByCharacterCommand();
26 for (i
= 0; i
< 10; i
++)
27 extendSelectionForwardByLineCommand();
33 <title>Editing Test
</title>
37 <div class=
"explanation">
38 <div class=
"scenario">
41 Our ability to
"edit around" content the HTML editing code does not yet handle very well.
42 <br><i>For this test:
</i>Select and delete a table and some surrounding content.
45 <div class=
"expected">
48 The content in the red box must exactly match the content in the green box (except for the border color).
49 <br><i>For this test:
</i>Only selected content should get deleted.
50 Surrounding content that is not selected should (obviously) not be affected.
58 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
59 <div id=
"test" class=
"editing">
60 before
<table border=
"1">