Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: LayoutTests/canvas/currentTransform-null-expected.txt

Issue 226073003: Fix StrictTypeChecking on interface type attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjust AudioBuffersourceNode.buffer. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | LayoutTests/webaudio/audiobuffersource-channels.html » ('j') | Source/bindings/scripts/v8_attributes.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698