Bug 135504

Summary: [EFL] svg/css/parse-length.html and svg/css/parse-height.html are failing
Product: WebKit Reporter: Michal Pakula vel Rutka <mpakulavelrutka>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: lucas.de.marchi, mcatanzaro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Michal Pakula vel Rutka 2014-08-01 04:55:58 PDT
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
Comment 1 Michael Catanzaro 2017-03-11 10:33:56 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.