6 border-left:
2px solid blue;
12 <script src=
"resources/paste-blockquote-before-blockquote.js"></script>
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
18 copyAndPasteNode("doubleNestedNodeToCopy");
23 <body onload=
"test()">
24 <p>This tests pasting a doubly nested blockquote before, and outside of, another blockquote. This test does not work outside of DRT.
</p>
25 <div id=
"pasteDiv" contenteditable=
"true"></div>
27 <blockquote type='cite'
>
29 <div id=
"singleNestedNodeToCopy">line
2</div>
31 <blockquote type='cite'
>
32 <div id=
"doubleNestedNodeToCopy">line
4</div>