RESOLVED FIXED113490
Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
https://bugs.webkit.org/show_bug.cgi?id=113490
Summary Use String.trim() in editing/selection/move-vertically-with-paddings-borders....
Claudio Saavedra
Reported 2013-03-28 01:30:13 PDT
Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
Attachments
Patch (1.63 KB, patch)
2013-03-28 01:31 PDT, Claudio Saavedra
no flags
Patch for landing (1.62 KB, patch)
2013-03-28 12:14 PDT, Claudio Saavedra
no flags
Claudio Saavedra
Comment 1 2013-03-28 01:31:21 PDT
Ryosuke Niwa
Comment 2 2013-03-28 11:25:32 PDT
Comment on attachment 195499 [details] Patch 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.
Claudio Saavedra
Comment 3 2013-03-28 12:14:53 PDT
Created attachment 195615 [details] Patch for landing
WebKit Review Bot
Comment 4 2013-03-28 12:51:01 PDT
Comment on attachment 195615 [details] Patch for landing Clearing flags on attachment: 195615 Committed r147143: <http://trac.webkit.org/changeset/147143>
WebKit Review Bot
Comment 5 2013-03-28 12:51:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.