(w)
| 4976 | } |
| 4977 | |
| 4978 | function is_same_origin(w) { |
| 4979 | try { |
| 4980 | 'random_prop' in w; |
| 4981 | return true; |
| 4982 | } catch (e) { |
| 4983 | return false; |
| 4984 | } |
| 4985 | } |
| 4986 | |
| 4987 | /** Returns the 'src' URL of the first <script> tag in the page to include the file 'testharness.js'. */ |
| 4988 | function get_script_url() |