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

Side by Side 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: Mark HTMLMediaElement.error nullable. Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/webaudio/audiobuffersource-channels.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Check that assigning |null| and |undefined| to currentTransform do not cause cra shes, but do throw exceptions. 1 Check that assigning |null| and |undefined| to currentTransform do not cause cra shes, but do throw exceptions.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS context.currentTransform = null; threw exception TypeError: Failed to set t he 'currentTransform' property on 'CanvasRenderingContext2D': currentTransform o nly accepts a SVGMatrix.. 6 PASS context.currentTransform = null; threw exception TypeError: Failed to set t he 'currentTransform' property on 'CanvasRenderingContext2D': The provided value is not of type 'SVGMatrix'..
7 PASS context.currentTransform = undef; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': currentTransform only accepts a SVGMatrix.. 7 PASS context.currentTransform = undef; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': The provided valu e is not of type 'SVGMatrix'..
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webaudio/audiobuffersource-channels.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698