[Webkit-unassigned] [Bug 61699] Multiple failures in css2.1/t1504-c543-txt-decor-00-d-g.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 06:40:40 PDT 2011


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


SravanKumar <sravan.ken at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mustaf.here at gmail.com




--- Comment #5 from SravanKumar <sravan.ken at gmail.com>  2011-06-29 06:40:40 PST ---
Hi,

After Investigating the second failure (" There should be an underline under images, but there is not."), following are the observations
1. "GraphicsContext::drawLineForText" is the function that is responsible for drawing the line.
2.This function is called only by RenderText objects and not by RenderImage objects. Hence we are not seeing underline below images.

Other interesting observations on Mozilla browser for same Test.
The test fully passes in Mozilla browser with "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">" line in the html file. If we remove it we see the same bugs as observed in CHROME BROWSER, IE, SAFARI(as reported in this bug). This line mentions strict DTD standard for HTML.

Anybody

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