[Webkit-unassigned] [Bug 141423] [GTK] Layout Tests are failing since the change of the computed value of line-height:normal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 04:11:11 PST 2015


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

--- Comment #4 from Marcos Chavarría Teijeiro <chavarria1991 at gmail.com> ---
The svg/css/getComputedStyle-basic.xhtml layout test is also affected:

--- /home/ch01/wk-tools/layout-test-results/svg/css/getComputedStyle-basic-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/svg/css/getComputedStyle-basic-actual.txt
@@ -98,7 +98,7 @@
 rect: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(letter-spacing) : normal
 rect: style.getPropertyCSSValue(letter-spacing) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(line-height) : 18px
+rect: style.getPropertyValue(line-height) : 17px
 rect: style.getPropertyCSSValue(line-height) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(list-style-image) : none
 rect: style.getPropertyCSSValue(list-style-image) : [object CSSPrimitiveValue]
@@ -610,7 +610,7 @@
 g: style.getPropertyCSSValue(left) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(letter-spacing) : normal
 g: style.getPropertyCSSValue(letter-spacing) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(line-height) : 18px
+g: style.getPropertyValue(line-height) : 17px
 g: style.getPropertyCSSValue(line-height) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(list-style-image) : none
 g: style.getPropertyCSSValue(list-style-image) : [object CSSPrimitiveValue]

-- 
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/20150211/0802dd6d/attachment-0002.html>


More information about the webkit-unassigned mailing list