WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
61807
editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result
https://bugs.webkit.org/show_bug.cgi?id=61807
Summary
editing/pasteboard/paste-blockquote-into-blockquote-2.html gives wrong result
Annie Sullivan
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug