[Webkit-unassigned] [Bug 141418] New: [GTK] Layout Test css3/calc/line-height.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 01:39:27 PST 2015


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

            Bug ID: 141418
           Summary: [GTK] Layout Test css3/calc/line-height.html is
                    failing
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chavarria1991 at gmail.com

The css3/calc/line-height.html layout test is failing on GTK+ port since revision r179168 (http://trac.webkit.org/r179168) where the test was changed.

That revision changes the test "normal" value for "18px" and the GTK test result is "17px".

Here is the diff:

--- /home/ch01/wk-tools/layout-test-results/css3/calc/line-height-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/css3/calc/line-height-actual.txt
@@ -4,7 +4,7 @@


 PASS getComputedStyle(document.getElementById("calc-percent"), null).lineHeight is getComputedStyle(document.getElementById("control"), null).lineHeight
-FAIL getComputedStyle(document.getElementById("calc-percent-pixels"), null).lineHeight should be 32px. Was 18px.
+FAIL getComputedStyle(document.getElementById("calc-percent-pixels"), null).lineHeight should be 32px. Was 17px.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150210/6b2b16f7/attachment-0002.html>


More information about the webkit-unassigned mailing list