blob: dc87627e191876d063419041d1d4c23fbdc0343a [file] [log] [blame]
Tests:
Copying and pasting content inside of a PRE tag. This test was created after fixing 3918056.
Expected Results:
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:
foo
bar
foo
bar
execCutCommand: <div id="test" class="editing"> <pre><br></pre> </div>
execPasteCommand: <div id="test" class="editing"> <pre>foo bar</pre> </div>