[Webkit-unassigned] [Bug 142959] New: svg/custom/resource-invalidation-crash.svg is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 22 23:49:20 PDT 2015


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

            Bug ID: 142959
           Summary: svg/custom/resource-invalidation-crash.svg is flaky
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          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/custom/resource-invalidation-crash.svg fails most of the time on Gtk, and it sometimes fails in the same way on Mac:

@@ -8,6 +8,6 @@
         RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=PATTERN] [id="a"]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
       RenderSVGResourcePattern {pattern} [id="a"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
       RenderSVGResourcePattern {pattern} [id="b"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
-        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=PATTERN] [id="a"]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
+        RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
       RenderSVGResourcePattern {pattern} [id="a"] [patternUnits=objectBoundingBox] [patternContentUnits=userSpaceOnUse]
       RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=PATTERN] [id="a"]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]

This looks like a pretty simple test that just shouldn't fail.

-- 
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/20150323/ddb021c4/attachment-0002.html>


More information about the webkit-unassigned mailing list