10 border:
2px solid blue;
15 .scenario { margin-bottom:
16px;}
16 .scenario:first-line { font-weight: bold; margin-bottom:
16px;}
17 .expected-results:first-line { font-weight: bold }
21 <div class=
"explanation">
22 <div class=
"scenario">
25 Copying and pasting content inside of a PRE tag. This test was created after fixing
<A HREF=
"rdar://problem/3918056">3918056</A>.
27 <div class=
"expected-results">
30 The PRE tag and the formatting of the text inside of the PRE should be maintained. Should see this content in the red box below:
36 <div contenteditable
id=
"root" style=
"word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space;">
37 <div id=
"test" class=
"editing">
42 <script src=
"../editing.js"></script>
45 function editingTest() {
46 extendSelectionForwardByLineCommand();
47 extendSelectionForwardByLineCommand();
52 runDumpAsTextEditingTest();