[webkit-reviews] review granted: [Bug 113490] Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test : [Attachment 195499] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 11:27:21 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Claudio Saavedra
<csaavedra at igalia.com>'s request for review:
Bug 113490: Use String.trim() in
editing/selection/move-vertically-with-paddings-borders.html test
https://bugs.webkit.org/show_bug.cgi?id=113490

Attachment 195499: Patch
https://bugs.webkit.org/attachment.cgi?id=195499&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=195499&action=review


> LayoutTests/editing/selection/move-vertically-with-paddings-borders.html:39
> -    return window.getSelection().toString();
> +    return window.getSelection().toString().trim();

window. is not needed here.


More information about the webkit-reviews mailing list