[Webkit-unassigned] [Bug 40584] New: [Qt] fast/text/justify-padding-distribution.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 12:45:51 PDT 2010


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

           Summary: [Qt] fast/text/justify-padding-distribution.html fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


fast/text/justify-padding-distribution.html introduced 
in http://trac.webkit.org/changeset/61128 .

It fails on "Qt Linux Release" bot.
pretty diff: http://build.webkit.org/results/Qt%20Linux%20Release/r61135%20%2813292%29/fast/text/justify-padding-distribution-pretty-diff.html

The test has this style rule:
div.test { font-family: ahem; text-align: justify; width: 290px; font-size: 10px; }

But rendertree dump contains 9px height text:
-          RenderInline {SPAN} at (0,0) size 60x10
-            RenderText {#text} at (0,10) size 60x10
+          RenderInline {SPAN} at (0,0) size 60x9
+            RenderText {#text} at (0,10) size 60x9

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