Reviewers: metaweta,

Description:
The test passes with no changes needed.

Please review this at http://codereview.appspot.com/6488082/

Affected files:
  M     tests/com/google/caja/plugin/es53-test-domado-special-guest.html


Index: tests/com/google/caja/plugin/es53-test-domado-special-guest.html
===================================================================
--- tests/com/google/caja/plugin/es53-test-domado-special-guest.html (revision 5033) +++ tests/com/google/caja/plugin/es53-test-domado-special-guest.html (working copy)
@@ -273,11 +273,8 @@
 </script>

 <script type="text/javascript">
- // TODO(kpreid): Enable for ES5 mode. Fails due to HtmlEmitter not currently
-  // generating <script> nodes.
-  jsunitRegisterIf(!inES5Mode,
-                   'testOpaqueNodes',
-                   function testOpaqueNodes() {
+  jsunitRegister('testOpaqueNodes',
+                 function testOpaqueNodes() {
     var noText = document.createTextNode('');
     // See bug 589.  We need to keep unsafe nodes in the DOM so that DOM
// navigation works, but we can't allow inspection or editing of such nodes.


Reply via email to