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

aroben at apple.com aroben at apple.com
Wed Dec 22 16:22:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 590b37e71151eb60039e63023efe95c0047cb3dc
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 22 19:09:00 2010 +0000

    Remove obsolete Windows-specific results for svg/dom/path-parser.html
    
    r72381 made these unnecessary.
    
    * platform/win/svg/dom/path-parser-expected.txt: Removed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72546 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b51fd71..b08dd0f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2010-11-22  Adam Roben  <aroben at apple.com>
 
+        Remove obsolete Windows-specific results for svg/dom/path-parser.html
+
+        r72381 made these unnecessary.
+
+        * platform/win/svg/dom/path-parser-expected.txt: Removed.
+
+2010-11-22  Adam Roben  <aroben at apple.com>
+
         Update Windows results for fast/dom/prototype-inheritance-2.html
 
         This is the Windows equivalent of r72353.
diff --git a/LayoutTests/platform/win/svg/dom/path-parser-expected.txt b/LayoutTests/platform/win/svg/dom/path-parser-expected.txt
deleted file mode 100644
index a833c84..0000000
--- a/LayoutTests/platform/win/svg/dom/path-parser-expected.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M100,200 a3,4,5,2,1,6,7"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M100,200 a3,4,5,1,2,6,7"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M1,2"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="xM1,2"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M1,2"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M1,2x"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="M1,2 L40,0#90"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d=""
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="x"
-CONSOLE MESSAGE: line 9: Error: Problem parsing d="L1,2"
-This tests the SVG path parser by parsing and then re-serializing various paths.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS parsePath('M1,2') is 'M1,2'
-PASS parsePath('m1,2') is 'M1,2'
-PASS parsePath('M100,200 m3,4') is 'M100,200 M103,204'
-PASS parsePath('M100,200 L3,4') is 'M100,200 L3,4'
-PASS parsePath('M100,200 l3,4') is 'M100,200 L103,204'
-PASS parsePath('M100,200 H3') is 'M100,200 L3,200'
-PASS parsePath('M100,200 h3') is 'M100,200 L103,200'
-PASS parsePath('M100,200 V3') is 'M100,200 L100,3'
-PASS parsePath('M100,200 v3') is 'M100,200 L100,203'
-PASS parsePath('M100,200 Z') is 'M100,200 Z'
-PASS parsePath('M100,200 z') is 'M100,200 Z'
-PASS parsePath('M100,200 C3,4,5,6,7,8') is 'M100,200 C3,4,5,6,7,8'
-PASS parsePath('M100,200 c3,4,5,6,7,8') is 'M100,200 C103,204,105,206,107,208'
-PASS parsePath('M100,200 S3,4,5,6') is 'M100,200 C100,200,3,4,5,6'
-PASS parsePath('M100,200 s3,4,5,6') is 'M100,200 C100,200,103,204,105,206'
-PASS parsePath('M100,200 Q3,4,5,6') is 'M100,200 C35.3,69.3,3.7,4.7,5,6'
-PASS parsePath('M100,200 q3,4,5,6') is 'M100,200 C102,202.7,103.7,204.7,105,206'
-PASS parsePath('M100,200 T3,4') is 'M100,200 C100,200,67.7,134.7,3,4'
-PASS parsePath('M100,200 t3,4') is 'M100,200 C100,200,101,201.3,103,204'
-FAIL parsePath('M100,200 A3,4,5,0,0,6,7') should be M100,200 C141.5,162.8,154.1,89.5,128.2,36.2 C102.2,-17.1,47.5,-30.2,6,7. Was M100,200 C141.5,162.8,154.1,89.4,128.2,36.2 C102.2,-17.1,47.5,-30.2,6,7.
-FAIL parsePath('M100,200 A3,4,5,1,0,6,7') should be M100,200 C141.5,162.8,154.2,89.4,128.2,36.1 C102.2,-17.2,47.5,-30.2,6,7. Was M100,200 C141.5,162.8,154.1,89.4,128.2,36.2 C102.2,-17.1,47.5,-30.2,6,7.
-FAIL parsePath('M100,200 A3,4,5,0,1,6,7') should be M100,200 C58.5,237.2,3.8,224.1,-22.2,170.8 C-48.1,117.5,-35.5,44.2,6,7. Was M100,200 C58.5,237.2,3.8,224.1,-22.2,170.8 C-48.1,117.6,-35.5,44.2,6,7.
-FAIL parsePath('M100,200 A3,4,5,1,1,6,7') should be M100,200 C58.5,237.2,3.8,224.2,-22.2,170.9 C-48.2,117.6,-35.5,44.2,6,7. Was M100,200 C58.5,237.2,3.8,224.1,-22.2,170.8 C-48.1,117.6,-35.5,44.2,6,7.
-PASS parsePath('M100,200 a3,4,5,0,0,6,7') is 'M100,200 C98.5,202.3,98.6,205.7,100.2,207.7 C101.9,209.6,104.5,209.3,106,207'
-PASS parsePath('M100,200 a3,4,5,0,1,6,7') is 'M100,200 C101.5,197.7,104.1,197.4,105.8,199.3 C107.4,201.3,107.5,204.7,106,207'
-PASS parsePath('M100,200 a3,4,5,1,0,6,7') is 'M100,200 C98.5,202.3,98.6,205.7,100.2,207.7 C101.9,209.6,104.5,209.3,106,207'
-PASS parsePath('M100,200 a3,4,5,1,1,6,7') is 'M100,200 C101.5,197.7,104.1,197.4,105.8,199.3 C107.4,201.3,107.5,204.7,106,207'
-PASS parsePath('M100,200 a3,4,5,006,7') is 'M100,200 C98.5,202.3,98.6,205.7,100.2,207.7 C101.9,209.6,104.5,209.3,106,207'
-PASS parsePath('M100,200 a3,4,5,016,7') is 'M100,200 C101.5,197.7,104.1,197.4,105.8,199.3 C107.4,201.3,107.5,204.7,106,207'
-PASS parsePath('M100,200 a3,4,5,106,7') is 'M100,200 C98.5,202.3,98.6,205.7,100.2,207.7 C101.9,209.6,104.5,209.3,106,207'
-PASS parsePath('M100,200 a3,4,5,116,7') is 'M100,200 C101.5,197.7,104.1,197.4,105.8,199.3 C107.4,201.3,107.5,204.7,106,207'
-PASS parsePath('M100,200 a3,4,5,2,1,6,7') is 'M100,200'
-PASS parsePath('M100,200 a3,4,5,1,2,6,7') is 'M100,200'
-PASS parsePath('M100,200 a0,4,5,0,0,10,0 a4,0,5,0,0,0,10 a0,0,5,0,0,-10,0 z') is 'M100,200 L110,200 L110,210 L100,210 Z'
-PASS parsePath('M1,2,3,4') is 'M1,2 L3,4'
-PASS parsePath('m100,200,3,4') is 'M100,200 L103,204'
-PASS parsePath('M 100-200') is 'M100,-200'
-PASS parsePath('M 0.6.5') is 'M0.6,0.5'
-PASS parsePath(' M1,2') is 'M1,2'
-PASS parsePath('  M1,2') is 'M1,2'
-PASS parsePath('\tM1,2') is 'M1,2'
-PASS parsePath('\nM1,2') is 'M1,2'
-PASS parsePath('\rM1,2') is 'M1,2'
-PASS parsePath('\vM1,2') is ''
-PASS parsePath('xM1,2') is ''
-PASS parsePath('M1,2 ') is 'M1,2'
-PASS parsePath('M1,2\t') is 'M1,2'
-PASS parsePath('M1,2\n') is 'M1,2'
-PASS parsePath('M1,2\r') is 'M1,2'
-PASS parsePath('M1,2\v') is 'M1,2'
-PASS parsePath('M1,2x') is 'M1,2'
-PASS parsePath('M1,2 L40,0#90') is 'M1,2 L40,0'
-PASS parsePath('') is ''
-PASS parsePath('x') is ''
-PASS parsePath('L1,2') is ''
-PASS parsePath('M.1 .2 L.3 .4 .5 .6') is 'M0.1,0.2 L0.3,0.4 L0.5,0.6'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list