[Webkit-unassigned] [Bug 105538] [GTK] Test /webkit/atk/getTextInParagraphAndBodyModerate fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 01:49:11 PST 2012


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


Joanmarie Diggs (irc: joanie) <jdiggs at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cfleizach at apple.com,
                   |                            |dmazzoni at google.com




--- Comment #2 from Joanmarie Diggs (irc: joanie) <jdiggs at igalia.com>  2012-12-21 01:51:24 PST ---
The regression is the result of this commit: http://trac.webkit.org/changeset/137946

And the test is failing because the newline chars associated with the <br /> tags in this test:

"<html><body><p>This is a test.</p>Hello world.<br /><font color='#00cc00'>This sentence is green.</font><br />This one is not.</body></html>"

Used to be represented in the text:

    "Hello world.\nThis sentence is green.\nThis one is not."

Now they are being stripped out:

    "Hello world.This sentence is green.This one is not."

Dominic and Chris: Is stripping them out the expected behavior for the Chromium and/or Mac ports? Or is this a cross-platform regression that was only caught on the Gtk/Atk port?

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