Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / canvas / currentTransform-null-expected.txt
index b1d50df..a39274a 100644 (file)
@@ -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