[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

oliver at apple.com oliver at apple.com
Wed Mar 17 17:57:52 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 9398a12f25f10129643dfb8b86242a65735744dd
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 24 00:49:34 2010 +0000

    2010-02-23  Oliver Hunt  <oliver at apple.com>
    
            Reviewed by Maciej Stachowiak.
    
            Add a testcase for an old bug to ensure it doesn't return.
    
            * svg/custom/animate-use-crash.xhtml: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55175 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ed01ea2..88c1157 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-23  Oliver Hunt  <oliver at apple.com>
+
+        Reviewed by Maciej Stachowiak.
+
+        Add a testcase for an old bug to ensure it doesn't return.
+
+        * svg/custom/animate-use-crash.xhtml: Added.
+
 2010-02-23  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Tim Hatcher and Pavel Feldman.
diff --git a/LayoutTests/svg/custom/animate-use-crash.xhtml b/LayoutTests/svg/custom/animate-use-crash.xhtml
new file mode 100755
index 0000000..46ca4ae
--- /dev/null
+++ b/LayoutTests/svg/custom/animate-use-crash.xhtml
@@ -0,0 +1,16 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g>
+        <defs> 
+            <text id="text">
+                <a onmousedown="">
+                    <animateTransform attributeName="a" end=",1"></animateTransform>
+                </a>Passes if doesn't crash     
+            </text>
+        </defs> 
+        <use x="25" y="25" xlink:href="#text"/>
+        <script><![CDATA[
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
+        ]]></script>
+    </g>
+</svg>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list