1 2 3 4 5 6
onload = function() { test(function() { assert_true(true, 'Script ran.')}, "Allows scripts from the same host." ); }