close iframe tag in tests

This commit is contained in:
David Greenspan
2012-06-13 11:40:14 -07:00
parent 210d7e5b4b
commit cab4054eb9

View File

@@ -1744,7 +1744,7 @@ testAsyncMulti(
var iframeDiv = OnscreenDiv(
Meteor.ui.render(function() {
return '<iframe name="'+frameName+'" '+
'src="'+IFRAME_URL_1+'">';
'src="'+IFRAME_URL_1+'"></iframe>';
}));
var iframe = iframeDiv.node().firstChild;