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

krit at webkit.org krit at webkit.org
Wed Dec 22 12:42:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 22605b4a65d76e6b1c7420287b5abc494e4d627a
Author: krit at webkit.org <krit at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 13:08:54 2010 +0000

    2010-08-27  Dirk Schulze  <krit at webkit.org>
    
            Unreviewed rebaseline of Qt.
    
            getPointAtLength returns incorrect values for paths closed with the closepath command
            https://bugs.webkit.org/show_bug.cgi?id=44197
    
            QtPainterPath does some internal optimizations and this influences the result.
    
            * platform/qt/svg/dom/path-pointAtLength-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66214 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 536b6bb..4853c0b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-27  Dirk Schulze  <krit at webkit.org>
+
+        Unreviewed rebaseline of Qt.
+
+        getPointAtLength returns incorrect values for paths closed with the closepath command
+        https://bugs.webkit.org/show_bug.cgi?id=44197
+        
+        QtPainterPath does some internal optimizations and this influences the result.
+
+        * platform/qt/svg/dom/path-pointAtLength-expected.txt: Added.
+
 2010-08-27  Steve Block  <steveblock at google.com>
 
         Not reviewed
diff --git a/LayoutTests/platform/qt/svg/dom/path-pointAtLength-expected.txt b/LayoutTests/platform/qt/svg/dom/path-pointAtLength-expected.txt
new file mode 100644
index 0000000..2d0a5f3
--- /dev/null
+++ b/LayoutTests/platform/qt/svg/dom/path-pointAtLength-expected.txt
@@ -0,0 +1,12 @@
+This tests getPointAtLength of SVG path.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS pointAtLengthOfPath('M0,20 L400,20 L640,20') is '(640, 20)'
+PASS pointAtLengthOfPath('M0,20 L400,20 L640,20 z') is '(580, 20)'
+FAIL pointAtLengthOfPath('M0,20 L400,20 z M 320,20 L640,20') should be (100, 20). Was (620, 20).
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list