Skip to content

Commit

Permalink
addressing further review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallvord R. M. Steen committed Oct 31, 2014
1 parent 691e679 commit a315bb2
Showing 1 changed file with 3 additions and 7 deletions.
Expand Up @@ -40,15 +40,11 @@
ifr.name = 'ifr4';
document.body.appendChild(ifr);

window.onload = function () {
window.onload = test.step_func(function () {
for (var i = 0, frame, frames = document.getElementsByTagName('iframe'); frame = frames[i]; i++) {
try{
frame.src = js_url;
}catch(e){
results[frame.name] = 'Exception on setting!';
}
frame.src = js_url;
};
}
});

</script>
</body>
Expand Down

0 comments on commit a315bb2

Please sign in to comment.