[Webkit-unassigned] [Bug 148925] New: svg/dom/svg-root-lengths.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 6 23:11:55 PDT 2015


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

            Bug ID: 148925
           Summary: svg/dom/svg-root-lengths.html is flaky
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: sabouhallawa at apple.com, zimmermann at kde.org

svg/dom/svg-root-lengths.html flakily fails on Mac:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectations=true&revision=189152&tests=svg%2Fdom%2Fsvg-root-lengths.html

@@ -7,18 +7,18 @@

 TEST COMPLETE
 Initial/default values:
-PASS svg.width.baseVal.value is 200
-PASS svg.height.baseVal.value is 200
+FAIL svg.width.baseVal.value should be 200. Was 0.
+FAIL svg.height.baseVal.value should be 200. Was 0.

 Updated relative values:
-PASS svg.width.baseVal.value is 100
-PASS svg.height.baseVal.value is 20
+FAIL svg.width.baseVal.value should be 100. Was 0.
+FAIL svg.height.baseVal.value should be 20. Was 0.

 Updated fixed values:
 PASS svg.width.baseVal.value is 150
 PASS svg.height.baseVal.value is 50

 viewBox has no effect on top level length resolution.
-PASS svg.width.baseVal.value is 200
-PASS svg.height.baseVal.value is 100
+FAIL svg.width.baseVal.value should be 200. Was 0.
+FAIL svg.height.baseVal.value should be 100. Was 0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150907/88ffd10d/attachment-0001.html>


More information about the webkit-unassigned mailing list