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

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

Issue 6827077: Mitigate top-level vars and typeof differences between ES5 and ES5/3 with rewriting (Closed) Base URL: http://google-caja.googlecode.com/svn/trunk/
Patch Set: Mitigate top-level vars and typeof differences between ES5 and ES5/3 with rewriting Created 11 years, 2 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-dom-guest.html
===================================================================
--- tests/com/google/caja/plugin/es53-test-domado-dom-guest.html (revision 5202)
+++ tests/com/google/caja/plugin/es53-test-domado-dom-guest.html (working copy)
@@ -2264,10 +2264,7 @@
<script type="text/javascript">
var testWindowObjectVariable;
- // Disabled in ES5 mode because we currently cannot implement globals
- // properly.
- jsunitRegisterIf(!inES5Mode,
- 'testWindowObject',
+ jsunitRegister('testWindowObject',
function testWindowObject() {
// Check to see that globals are properties of window
testWindowObjectVariable = 3;

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