| Index: LayoutTests/canvas/currentTransform-null-expected.txt
|
| diff --git a/LayoutTests/canvas/currentTransform-null-expected.txt b/LayoutTests/canvas/currentTransform-null-expected.txt
|
| index b1d50df7bcb24af20703d25bd9f969331a52a510..a39274a835cea125e3065fb6aedea3ebbe20d69b 100644
|
| --- a/LayoutTests/canvas/currentTransform-null-expected.txt
|
| +++ b/LayoutTests/canvas/currentTransform-null-expected.txt
|
| @@ -3,8 +3,8 @@ Check that assigning |null| and |undefined| to currentTransform do not cause cra
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS context.currentTransform = null; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': currentTransform only accepts a SVGMatrix..
|
| -PASS context.currentTransform = undef; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': currentTransform only accepts a SVGMatrix..
|
| +PASS context.currentTransform = null; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': The provided value is not of type 'SVGMatrix'..
|
| +PASS context.currentTransform = undef; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': The provided value is not of type 'SVGMatrix'..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|