Bug 61807 - editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result
Summary: editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 61682
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-31 14:02 PDT by Annie Sullivan
Modified: 2011-05-31 14:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Annie Sullivan 2011-05-31 14:02:34 PDT
The layout test starts with the content:

<blockquote type='cite' id="block">One</blockquote>

And pastes this content after the text inside the blockquote:

<span><blockquote type='cite'><blockquote type='cite'><div>Two</div><div>Three</div></blockquote></blockquote>

The result is the following html:

<blockquote type='cite' id="block">One Two <blockquote type='cite'><div>Three</div></blockquote></blockquote>

The "Two" should be inside the nested blockquote, not outside of it. This behavior has been in the test results since the test was added in ChangeSet 38273.