Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1284)

Unified Diff: tests/com/google/caja/plugin/es53-test-domado-canvas-guest.html

Issue 6845051: Exporting more DOM interface names; assorted cleanup. (Closed) Base URL: http://google-caja.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/com/google/caja/plugin/es53-test-domado-canvas-guest.html
===================================================================
--- tests/com/google/caja/plugin/es53-test-domado-canvas-guest.html (revision 5152)
+++ tests/com/google/caja/plugin/es53-test-domado-canvas-guest.html (working copy)
@@ -48,7 +48,7 @@
canvas.getContext(1);
},
'getContext with non-string');
- assertUndefined('getContext with unapproved contextId',
+ assertNull('getContext with unapproved contextId',
canvas.getContext("foo"));
var context = canvas.getContext("2d");
assertNotNull("context", context);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b