Bug 113490

Summary: Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
Product: WebKit Reporter: Claudio Saavedra <csaavedra>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 110487    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Claudio Saavedra 2013-03-28 01:30:13 PDT
Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
Comment 1 Claudio Saavedra 2013-03-28 01:31:21 PDT
Created attachment 195499 [details]
Patch
Comment 2 Ryosuke Niwa 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.
Comment 3 Claudio Saavedra 2013-03-28 12:14:53 PDT
Created attachment 195615 [details]
Patch for landing
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2013-03-28 12:51:04 PDT
All reviewed patches have been landed.  Closing bug.