Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jan 7, 2014
1 parent db4967c commit 75fd2da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
var frame = document.getElementById('testframe');
try {
frame.setAttribute('onload', '');
frame.contentWindow.src = 'http://dev.w3.org/';
frame.contentWindow.location = 'http://dev.w3.org/';
} catch(exc) {
assert_unreached("The following exception occured " + exc);
}
Expand Down

0 comments on commit 75fd2da

Please sign in to comment.