[Webkit-unassigned] [Bug 20677] WebKit wraps between hyphen-minus and numeric characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 12:31:18 PDT 2011


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





--- Comment #42 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-02 12:31:17 PST ---
(From update of attachment 79411)
View in context: https://bugs.webkit.org/attachment.cgi?id=79411&action=review

>>> LayoutTests/fast/text/line-breaks-after-hyphen-before-number-expected.txt:24
>>> +1111111-2222222
>> 
>> This output is wrong, no?
> 
> The line breaks based on width don’t show up in the DumpRenderTree output, even though the break does happen on screen. The test checks that the result is correct by comparing the heights of the elements.
> 
> That’s consistent with the expected behavior. When you convert to text, line breaks based on the width of the layout aren’t considered.

I think it's quite misleading to dump the text result like this then. If I saw this result, I'd assume that the test is failing.  We should probably hide these text when ran in DRT/TestRunner.

> LayoutTests/fast/text/line-breaks-after-hyphen-before-number-expected.txt:30
> +PASS

We should probably print PASS/FAIL for each test case so that we can easily diagnose the results when one of these cases fail.

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