[Webkit-unassigned] [Bug 179898] New: [WPE] Layout test svg/animations/svglengthlist-animation-3.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 20 14:52:12 PST 2017


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

            Bug ID: 179898
           Summary: [WPE] Layout test
                    svg/animations/svglengthlist-animation-3.html is
                    failing
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit WPE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

Layout test svg/animations/svglengthlist-animation-3.html is failing for WPE:

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/svg/animations/svglengthlist-animation-3-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/svg/animations/svglengthlist-animation-3-actual.txt
@@ -10,11 +10,11 @@
 PASS text.x.animVal.getItem(0).value is 50
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
-PASS text.x.animVal.numberOfItems is 4
-PASS text.x.animVal.getItem(0).value is 70
-PASS text.x.animVal.getItem(1).value is 80
-PASS text.x.animVal.getItem(2).value is 90
-PASS text.x.animVal.getItem(3).value is 110
+FAIL text.x.animVal.numberOfItems should be 4. Was 1.
+FAIL text.x.animVal.getItem(0).value should be close to 70. Was 50.
+FAIL text.x.animVal.getItem(1).value should be 80. Threw exception IndexSizeError: The index is not in the allowed range.
+FAIL text.x.animVal.getItem(2).value should be 90. Threw exception IndexSizeError: The index is not in the allowed range.
+FAIL text.x.animVal.getItem(3).value should be 110. Threw exception IndexSizeError: The index is not in the allowed range.
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
 PASS text.x.animVal.numberOfItems is 4

-- 
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/20171120/336b250f/attachment-0001.html>


More information about the webkit-unassigned mailing list