[Webkit-unassigned] [Bug 32294] MAC build bots and filters-conv-01-f.svg reveal order-of-execution issues in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 01:59:42 PST 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-01-08 01:59:42 PST ---
How:
http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/uri/escaped-entity.html
affects:
http://trac.webkit.org/browser/trunk/LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg

To cause this diff:

--- layout-test-results/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt   
2010-01-08 00:17:01.000000000 -0800
+++ layout-test-results/svg/W3C-SVG-1.1/filters-conv-01-f-actual.txt   
2010-01-08 00:17:01.000000000 -0800
@@ -39,7 +39,7 @@
             RenderSVGImage {image} at (180,163) size 50x63 [filter=convolve5]
           RenderSVGText {text} at (10,20) size 117x18 contains 1 chunk(s)
             RenderSVGInlineText {#text} at (0,-14) size 117x18
-              chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 19
width 117.00: "Vertical blur (1x3)"
+              chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 19
width 115.00: "Vertical blur (1x3)"
           RenderSVGContainer {g} at (330,163) size 50x63
[transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,93.00)}]
             RenderSVGImage {image} at (330,163) size 50x63 [filter=convolve6]
     RenderSVGText {text} at (10,340) size 264x46 contains 1 chunk(s)

I do not know.  I can only assume that it's causing some sort of font caching
issue or a memory smasher of some sort.  I've not tried to produce a reduced
test case yet.

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