[Webkit-unassigned] [Bug 135504] New: [EFL] svg/css/parse-length.html and svg/css/parse-height.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 04:55:47 PDT 2014


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

           Summary: [EFL] svg/css/parse-length.html and
                    svg/css/parse-height.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: demarchi at webkit.org


Following tests are failing since r171591 <http://trac.webkit.org/changeset/171591>

--- /home/buildslave/webkit-efl-buildslave/efl-linux-64-release-wk2/build/layout-test-results/svg/css/parse-height-expected.txt
+++ /home/buildslave/webkit-efl-buildslave/efl-linux-64-release-wk2/build/layout-test-results/svg/css/parse-height-actual.txt
@@ -16,7 +16,7 @@
 PASS computedStyle("height", "100   ") is "100px"
 PASS computedStyle("height", "100px") is "100px"
 PASS computedStyle("height", "1em") is "16px"
-PASS computedStyle("height", "1ex") is "12.800000190734863px"
+FAIL computedStyle("height", "1ex") should be 12.800000190734863px. Was 17px.
 PASS computedStyle("height", "20%") is "20%"
 PASS computedStyle("height", "100   px") is "auto"
 PASS computedStyle("height", "100px;") is "auto"

--- /home/buildslave/webkit-efl-buildslave/efl-linux-64-release-wk2/build/layout-test-results/svg/css/parse-length-expected.txt
+++ /home/buildslave/webkit-efl-buildslave/efl-linux-64-release-wk2/build/layout-test-results/svg/css/parse-length-actual.txt
@@ -30,20 +30,20 @@
 PASS computedStyle("width", "100   ") is "100px"
 PASS computedStyle("width", "100px") is "100px"
 PASS computedStyle("width", "1em") is "16px"
-PASS computedStyle("width", "1ex") is "12.800000190734863px"
+FAIL computedStyle("width", "1ex") should be 12.800000190734863px. Was 17px.
 PASS computedStyle("width", "20%") is "20%"
 PASS computedStyle("x", "  100") is "100px"
 PASS computedStyle("x", "100   ") is "100px"
 PASS computedStyle("x", "100px") is "100px"
 PASS computedStyle("x", "1em") is "16px"
-PASS computedStyle("x", "1ex") is "12.800000190734863px"
+FAIL computedStyle("x", "1ex") should be 12.800000190734863px. Was 17px.
 PASS computedStyle("x", "20%") is "20%"
 PASS computedStyle("x", "-200px") is "-200px"
 PASS computedStyle("y", "  100") is "100px"
 PASS computedStyle("y", "100   ") is "100px"
 PASS computedStyle("y", "100px") is "100px"
 PASS computedStyle("y", "1em") is "16px"
-PASS computedStyle("y", "1ex") is "12.800000190734863px"
+FAIL computedStyle("y", "1ex") should be 12.800000190734863px. Was 17px.
 PASS computedStyle("y", "20%") is "20%"
 PASS computedStyle("y", "-200px") is "-200px"
 PASS computedStyle("width", "100   px") is "auto"

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fcss%2Fparse-height.html
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&revision=171592&tests=svg%2Fcss%2Fparse-length.html

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