| Index: LayoutTests/svg/dom/path-parser-expected.txt
|
| diff --git a/LayoutTests/svg/dom/path-parser-expected.txt b/LayoutTests/svg/dom/path-parser-expected.txt
|
| index b627bfa772784b929e7387ba5b0c8dc533d92385..9b0931d7629cad6b383de2e288773ba5070fad93 100644
|
| --- a/LayoutTests/svg/dom/path-parser-expected.txt
|
| +++ b/LayoutTests/svg/dom/path-parser-expected.txt
|
| @@ -45,7 +45,7 @@ PASS parsePath('M100,200 a3,4,5,106,7') is 'M100,200 a3,4,5,1,0,6,7'
|
| PASS parsePath('M100,200 a3,4,5,116,7') is 'M100,200 a3,4,5,1,1,6,7'
|
| 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 l10,0 l0,10 l-10,0 Z'
|
| +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 a0,4,5,0,0,10,0 a4,0,5,0,0,0,10 a0,0,5,0,0,-10,0 Z'
|
| PASS parsePath('M1,2,3,4') is 'M1,2 L3,4'
|
| PASS parsePath('m100,200,3,4') is 'm100,200 l3,4'
|
| PASS parsePath('M 100-200') is 'M100,-200'
|
|
|