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

yuzo at google.com yuzo at google.com
Wed Dec 22 12:41:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 839e4bad86e157adaaf57913a9f0260a6c2d5e59
Author: yuzo at google.com <yuzo at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 09:34:56 2010 +0000

    2010-08-27  Yuzo Fujishima  <yuzo at google.com>
    
            Unreviewed Chromium test expectation change.
    
            * platform/chromium-linux/svg/dom/path-pointAtLength-expected.txt: Added.
            * platform/chromium-win/svg/dom/path-pointAtLength-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66196 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ce69a0a..7d2df07 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-27  Yuzo Fujishima  <yuzo at google.com>
+
+        Unreviewed Chromium test expectation change.
+
+        * platform/chromium-linux/svg/dom/path-pointAtLength-expected.txt: Added.
+        * platform/chromium-win/svg/dom/path-pointAtLength-expected.txt: Added.
+
 2010-08-27  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/LayoutTests/platform/chromium-linux/svg/dom/path-pointAtLength-expected.txt b/LayoutTests/platform/chromium-linux/svg/dom/path-pointAtLength-expected.txt
new file mode 100644
index 0000000..e91f0ed
--- /dev/null
+++ b/LayoutTests/platform/chromium-linux/svg/dom/path-pointAtLength-expected.txt
@@ -0,0 +1,11 @@
+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)'
+FAIL pointAtLengthOfPath('M0,20 L400,20 L640,20 z') should be (580, 19.99991226196289). Was (580, 20.000051498413086).
+FAIL pointAtLengthOfPath('M0,20 L400,20 z M 320,20 L640,20') should be (100, 19.999984741210938). Was (100, 20.000009536743164).
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium-win/svg/dom/path-pointAtLength-expected.txt b/LayoutTests/platform/chromium-win/svg/dom/path-pointAtLength-expected.txt
new file mode 100644
index 0000000..bb08791
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/svg/dom/path-pointAtLength-expected.txt
@@ -0,0 +1,11 @@
+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)'
+FAIL pointAtLengthOfPath('M0,20 L400,20 L640,20 z') should be (580, 19.99991226196289). Was (580, 20.000051498413086).
+FAIL pointAtLengthOfPath('M0,20 L400,20 z M 320,20 L640,20') should be (100, 19.999984741210938). Was (100, 20.000009536743164).
+PASS successfullyParsed is true
+
+TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list