Bug 61807
Summary: | editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result | ||
---|---|---|---|
Product: | WebKit | Reporter: | Annie Sullivan <sullivan> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 61682 | ||
Bug Blocks: |
Annie Sullivan
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |