[Webkit-unassigned] [Bug 50204] REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 13:29:36 PST 2010


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75184|review?                     |review+
               Flag|                            |




--- Comment #7 from Ojan Vafai <ojan at chromium.org>  2010-11-30 13:29:34 PST ---
(From update of attachment 75184)
View in context: https://bugs.webkit.org/attachment.cgi?id=75184&action=review

> LayoutTests/editing/selection/click-left-of-rtl-wrapping-text.html:35
> +    var heightOfLine = container.offsetHeight;
> +    var width = 5;
> +    do {
> +        container.style.width = width + 'px';
> +        width++;
> +    } while (container.offsetHeight > heightOfLine * test.expected.length);        
> +    container.style.width = (width + 1) + 'px';

Please add a comment here and in the test below explaining why you're doing this. Just the same thing you told me in person.

-- 
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