mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
close iframe tag in tests
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user