[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ap at apple.com ap at apple.com
Wed Dec 22 13:19:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 76798ab2a5f88d2847fdfb42b72d6525c7e969de
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 11 06:19:18 2010 +0000

    2010-09-10  Alexey Proskuryakov  <ap at apple.com>
    
            Reviewed by Darin Adler.
    
            https://bugs.webkit.org/show_bug.cgi?id=45563
            Assertion failure: useTransforms when scrolling to an SVG element
    
            This has been indirectly fixed in r63633, just adding a test.
    
            * svg/custom/scroll-to-svg-element-assertion-expected.txt: Added.
            * svg/custom/scroll-to-svg-element-assertion.html: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67284 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index dca4ba8..af05f43 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-10  Alexey Proskuryakov  <ap at apple.com>
+
+        Reviewed by Darin Adler.
+
+        https://bugs.webkit.org/show_bug.cgi?id=45563
+        Assertion failure: useTransforms when scrolling to an SVG element
+
+        This has been indirectly fixed in r63633, just adding a test.
+
+        * svg/custom/scroll-to-svg-element-assertion-expected.txt: Added.
+        * svg/custom/scroll-to-svg-element-assertion.html: Added.
+
 2010-09-10  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/svg/custom/scroll-to-svg-element-assertion-expected.txt b/LayoutTests/svg/custom/scroll-to-svg-element-assertion-expected.txt
new file mode 100644
index 0000000..79372f8
--- /dev/null
+++ b/LayoutTests/svg/custom/scroll-to-svg-element-assertion-expected.txt
@@ -0,0 +1,3 @@
+Test for bug 45563.
+
+PASS if no assertion failure.
diff --git a/LayoutTests/svg/custom/scroll-to-svg-element-assertion.html b/LayoutTests/svg/custom/scroll-to-svg-element-assertion.html
new file mode 100644
index 0000000..367eb9c
--- /dev/null
+++ b/LayoutTests/svg/custom/scroll-to-svg-element-assertion.html
@@ -0,0 +1,11 @@
+<body>
+<script>
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
+
+var g = document.createElementNS("http://www.w3.org/2000/svg", "svg", "g");
+document.body.appendChild(g);
+g.scrollIntoView();
+</script>
+<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=45563">bug 45563.</a></p>
+<p>PASS if no assertion failure.</p>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list