[Webkit-unassigned] [Bug 61682] Convert editing/pasteboard/paste-blockquote-into-blockquote-2.html to dump-as-markup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 14:49:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61682





--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-31 14:49:12 PST ---
(From update of attachment 95486)
View in context: https://bugs.webkit.org/attachment.cgi?id=95486&action=review

> LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt:1
> +This tests pasting a nested blockquote into a blockquote. The text "One" should be singly-blockquoted, and the text "Two Three" should be doubly-blockquoted. However, currently "One Two" is singly blockquoted and "Three" is doubly-blockquoted. See bug 61807.

You probably want to put "-" between singly and blockquoted.

> LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-2.html:26
> +Markup.description("This tests pasting a nested blockquote into a blockquote. " +
> +                   "The text \"One\" should be singly-blockquoted, and the text \"Two Three\" should be doubly-blockquoted. " +
> +                   "However, currently \"One Two\" is singly blockquoted and \"Three\" is doubly-blockquoted. See bug 61807.");

We don't normally indent text like this.  Please just indent 4 spaces on the second and the third line.  Also + should be on the next line not on the previous line (the indentation should be before +).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list